pub struct PostOrder { pub block_to_po: FxHashMap<Block, usize>, pub po_to_block: Vec<Block>, }
Post ordering of blocks in the CFG.
block_to_po: FxHashMap<Block, usize>
po_to_block: Vec<Block>
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U
Self