Module rustc_middle::mir::traversal
source · [−]Structs
Postorder traversal of a graph.
Preorder traversal of a graph.
Reverse postorder traversal of a graph
Functions
Returns an iterator over all basic blocks reachable from the
START_BLOCK
in no particular
order.Returns a
BitSet
containing all basic blocks reachable from the START_BLOCK
.