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 Dependence Graph Statistics (This module will only be used for experimental measurements, so compile-time overhead is less of a concern.)