| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG |
| Constructor and Description |
|---|
DominatorTree() |
public static void buildTree(FlowGraph graph, boolean reverse)
graph - The cfg that is used to find the dominator tree.reverse - Do we go in revsers? That is, are we computing the dominatance
(false) or postdominance (true) tree.Block