Expand description
Post ordering of blocks in the CFG.
Fields
block_to_po: FxHashMap<Block, usize>
po_to_block: Vec<Block>
Auto Trait Implementations
impl RefUnwindSafe for PostOrder
impl Send for PostOrder
impl Sync for PostOrder
impl Unpin for PostOrder
impl UnwindSafe for PostOrder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more