Package | Description |
---|---|
org.jikesrvm.compilers.opt.controlflow |
Modifier and Type | Field and Description |
---|---|
private DominatorTreeNode[] |
DominatorTree.dominatorInfoMap
A structure used to quickly index into the DominatorVertex tree
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
DominatorTreeNode._isDominatedBy(DominatorTreeNode master)
This method returns true if the passed node dominates this node
|
(package private) boolean |
DominatorTreeNode.isDominatedBy(DominatorTreeNode master)
This method returns true if the passed node dominates this node
|