Module dominator_tree

Source
Expand description

A Dominator Tree represented as mappings of Blocks to their immediate dominator.

Structsยง

ChildIter
An iterator that enumerates the direct children of a block in the dominator tree.
DominatorTree
The dominator tree for a single function, computed using Semi-NCA algorithm.
DominatorTreePreorder
Optional pre-order information that can be computed for a dominator tree.
SimpleDominatorTree
The dominator tree for a single function.