Package org.jikesrvm.compilers.opt.depgraph

Interface Summary
DepGraphConstants Constants used in the dependence graph
 

Class Summary
DepGraph Dependence Graph for a single basic block in the program.
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.
DepGraphStats This module provides dependence graph statistics.