pub struct DeadBlockElimination;Expand description
Dead Block Elimination pass.
Removes unreachable blocks from the control flow graph.
Implementations§
Trait Implementations§
Source§impl Default for DeadBlockElimination
impl Default for DeadBlockElimination
Auto Trait Implementations§
impl Freeze for DeadBlockElimination
impl RefUnwindSafe for DeadBlockElimination
impl Send for DeadBlockElimination
impl Sync for DeadBlockElimination
impl Unpin for DeadBlockElimination
impl UnwindSafe for DeadBlockElimination
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