Uses of Class
org.jikesrvm.compilers.opt.controlflow.DominatorTreeNode

Packages that use DominatorTreeNode
org.jikesrvm.compilers.opt.controlflow   
 

Uses of DominatorTreeNode in org.jikesrvm.compilers.opt.controlflow
 

Fields in org.jikesrvm.compilers.opt.controlflow declared as DominatorTreeNode
private  DominatorTreeNode[] DominatorTree.dominatorInfoMap
          A structure used to quickly index into the DominatorVertex tree
 

Methods in org.jikesrvm.compilers.opt.controlflow with parameters of type DominatorTreeNode
(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