Uses of Class
org.jikesrvm.compilers.opt.util.Tree

Packages that use Tree
org.jikesrvm.compilers.opt.controlflow   
org.jikesrvm.compilers.opt.inlining   
 

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

Subclasses of Tree in org.jikesrvm.compilers.opt.controlflow
 class DominatorTree
          This class provides the abstraction of a dominator tree TODO: we do not support IRs with exception handlers.
 

Uses of Tree in org.jikesrvm.compilers.opt.inlining
 

Subclasses of Tree in org.jikesrvm.compilers.opt.inlining
 class CallSiteTree
          This class represents the set of inlined method calls that are contained within a single method code body.