Uses of Interface
org.jikesrvm.compilers.opt.depgraph.DepGraphConstants

Packages that use DepGraphConstants
org.jikesrvm.compilers.opt.depgraph   
 

Uses of DepGraphConstants in org.jikesrvm.compilers.opt.depgraph
 

Classes in org.jikesrvm.compilers.opt.depgraph that implement DepGraphConstants
 class DepGraphEdge
          Dependence graph edges: connect operands of different instructions represented by dependence graph nodes.
 class DepGraphNode
          Dependence graph node: there is one for each instruction in a basic block.