pub struct LoopDelete;Expand description
Section 17’s dead code elimination, asked about a loop rather than about an instruction.
Trait Implementations§
Source§impl Debug for LoopDelete
impl Debug for LoopDelete
Source§impl Pass for LoopDelete
impl Pass for LoopDelete
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
Auto Trait Implementations§
impl Freeze for LoopDelete
impl RefUnwindSafe for LoopDelete
impl Send for LoopDelete
impl Sync for LoopDelete
impl Unpin for LoopDelete
impl UnsafeUnpin for LoopDelete
impl UnwindSafe for LoopDelete
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