Structs§
- DomTree
- DomTree
Node - Represents a node in the dominator tree.
- Post
Order - Post ordering of blocks in the CFG.
Constants§
Functions§
- compute_
post_ order - Compute the post-order traversal of the CFG. Beware: Unreachable blocks aren’t part of the result.
- compute_
post_ order_ pass - create_
dom_ fronts_ pass - create_
dominators_ pass - create_
postorder_ pass - print_
dom_ fronts - Print dominator frontiers information.
- print_
dot - Print dominator tree in the graphviz dot format.