pub struct LoadForward;Expand description
The pass.
Trait Implementations§
Source§impl Debug for LoadForward
impl Debug for LoadForward
Source§impl Pass for LoadForward
impl Pass for LoadForward
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
Source§fn run(&self, func: &mut Func, an: &mut Analyses, fuel: &mut Fuel) -> Stats
fn run(&self, func: &mut Func, an: &mut Analyses, fuel: &mut Fuel) -> Stats
Transforms the function, asking
fuel before each transformation. Read moreAuto Trait Implementations§
impl Freeze for LoadForward
impl RefUnwindSafe for LoadForward
impl Send for LoadForward
impl Sync for LoadForward
impl Unpin for LoadForward
impl UnsafeUnpin for LoadForward
impl UnwindSafe for LoadForward
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