pub struct Split;Expand description
The pass.
Trait Implementations§
Source§impl Pass for Split
impl Pass for Split
Source§fn preserves(&self) -> Preserved
fn preserves(&self) -> Preserved
Which analyses still answer the same questions about the function this pass has finished
with as they did about the one it was handed. Read more
Source§fn run(&self, func: &mut Func, an: &mut Analyses, fuel: &mut Fuel) -> Stats
fn run(&self, func: &mut Func, an: &mut Analyses, fuel: &mut Fuel) -> Stats
Transforms the function, asking
fuel before each transformation. Read moreAuto Trait Implementations§
impl Freeze for Split
impl RefUnwindSafe for Split
impl Send for Split
impl Sync for Split
impl Unpin for Split
impl UnsafeUnpin for Split
impl UnwindSafe for Split
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more