pub struct Cse;Expand description
Common subexpression elimination pass.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cse
impl RefUnwindSafe for Cse
impl Send for Cse
impl Sync for Cse
impl Unpin for Cse
impl UnsafeUnpin for Cse
impl UnwindSafe for Cse
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