pub struct DfgExtractor { /* private fields */ }Expand description
Extracts a dataflow graph from MIR
Implementations§
Source§impl DfgExtractor
impl DfgExtractor
Sourcepub fn extract(mir: &FunctionMIR) -> DataflowGraph
pub fn extract(mir: &FunctionMIR) -> DataflowGraph
Extract a dataflow graph from a MIR function
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DfgExtractor
impl RefUnwindSafe for DfgExtractor
impl Send for DfgExtractor
impl Sync for DfgExtractor
impl Unpin for DfgExtractor
impl UnwindSafe for DfgExtractor
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