Structs§
- Mono
Reachable  - 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 aDenseBitSetof 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.