pub struct InstructionCombining { /* private fields */ }Expand description
Instruction Combining pass
Implementations§
Source§impl InstructionCombining
impl InstructionCombining
pub fn new() -> Self
pub fn with_verbose(self) -> Self
Trait Implementations§
Source§impl Default for InstructionCombining
impl Default for InstructionCombining
Auto Trait Implementations§
impl Freeze for InstructionCombining
impl RefUnwindSafe for InstructionCombining
impl Send for InstructionCombining
impl Sync for InstructionCombining
impl Unpin for InstructionCombining
impl UnsafeUnpin for InstructionCombining
impl UnwindSafe for InstructionCombining
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