Uses of Package
org.jikesrvm.compilers.opt.depgraph

Packages that use org.jikesrvm.compilers.opt.depgraph
org.jikesrvm   
org.jikesrvm.compilers.opt.depgraph   
org.jikesrvm.compilers.opt.instrsched   
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.lir2mir   
org.jikesrvm.compilers.opt.lir2mir.ia32   
 

Classes in org.jikesrvm.compilers.opt.depgraph used by org.jikesrvm
DepGraphNode
          Dependence graph node: there is one for each instruction in a basic block.
 

Classes in org.jikesrvm.compilers.opt.depgraph used by org.jikesrvm.compilers.opt.depgraph
DepGraph
          Dependence Graph for a single basic block in the program.
DepGraphConstants
          Constants used in the dependence graph
DepGraphEdge
          Dependence graph edges: connect operands of different instructions represented by dependence graph nodes.
DepGraphNode
          Dependence graph node: there is one for each instruction in a basic block.
 

Classes in org.jikesrvm.compilers.opt.depgraph used by org.jikesrvm.compilers.opt.instrsched
DepGraph
          Dependence Graph for a single basic block in the program.
DepGraphNode
          Dependence graph node: there is one for each instruction in a basic block.
 

Classes in org.jikesrvm.compilers.opt.depgraph used by org.jikesrvm.compilers.opt.ir
DepGraphNode
          Dependence graph node: there is one for each instruction in a basic block.
 

Classes in org.jikesrvm.compilers.opt.depgraph used by org.jikesrvm.compilers.opt.lir2mir
DepGraph
          Dependence Graph for a single basic block in the program.
DepGraphNode
          Dependence graph node: there is one for each instruction in a basic block.
 

Classes in org.jikesrvm.compilers.opt.depgraph used by org.jikesrvm.compilers.opt.lir2mir.ia32
DepGraphNode
          Dependence graph node: there is one for each instruction in a basic block.