Structs§
- MonoReachable 
- Postorder
- Postorder traversal of a graph.
- Preorder
- Preorder traversal of a graph.
Functions§
- mono_reachable 
- Traversal of a Bodythat tries to avoid unreachable blocks in a monomorphizedInstance.
- mono_reachable_ as_ bitset 
- MonoReachableinternally accumulates a- DenseBitSetof visited blocks. This is just a convenience function to run that traversal then extract its set of reached blocks.
- mono_reachable_ reverse_ postorder 
- postorder
- Postorder traversal of a graph.
- preorder
- Preorder traversal of a graph.
- reachable
- Returns an iterator over all basic blocks reachable from the START_BLOCKin no particular order.
- reachable_as_ bitset 
- Returns a DenseBitSetcontaining all basic blocks reachable from theSTART_BLOCK.
- reverse_postorder 
- Reverse postorder traversal of a graph.