Package org.jikesrvm.compilers.opt.depgraph
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
DepGraphConstants Constants used in the dependence graph
Classes
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.)