Module paralegal_spdg::rustc::mir::traversal
source · Structs
- Postorder traversal of a graph.
- Preorder traversal of a graph.
- Reverse postorder traversal of a graph
Functions
- Creates an iterator over the
Body
’s basic blocks, that: - 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
. - Creates an iterator over the
Body
’s basic blocks, that: