Package org.jikesrvm.compilers.opt.depgraph
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| 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.) |