pub struct Licm;Expand description
Loop-invariant code motion pass.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Licm
impl RefUnwindSafe for Licm
impl Send for Licm
impl Sync for Licm
impl Unpin for Licm
impl UnsafeUnpin for Licm
impl UnwindSafe for Licm
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