pub struct Prune;Expand description
The pass.
Trait Implementations§
impl Copy for Prune
impl Eq for Prune
Source§impl Pass for Prune
impl Pass for Prune
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 moreimpl StructuralPartialEq for Prune
Auto Trait Implementations§
impl Freeze for Prune
impl RefUnwindSafe for Prune
impl Send for Prune
impl Sync for Prune
impl Unpin for Prune
impl UnsafeUnpin for Prune
impl UnwindSafe for Prune
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