Module rustc_middle::mir::traversal
source · Structs
- Postorder traversal of a graph.
- Preorder traversal of a graph.
Functions
- Postorder traversal of a graph.
- Preorder traversal of a graph.
- 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 theSTART_BLOCK
. - Reverse postorder traversal of a graph.