Package | Description |
---|---|
org.jikesrvm.compilers.opt.depgraph |
Provides classes that implement a dependence graph.
|
org.jikesrvm.compilers.opt.lir2mir |
Provides classes that implement the transition from low-level IR to
machine-specific IR.
|
Constructor and Description |
---|
DepGraphStats(DepGraph dg,
String bbName)
Create a statistical summary of a dependence graph for a given basic
block.
|
Modifier and Type | Class and Description |
---|---|
class |
NormalBURS_DepGraph
A special dependence graph for use by NormalBURS.
|
Modifier and Type | Method and Description |
---|---|
private void |
NormalBURS.buildTrees(DepGraph dg)
Stage 1: Complete the expression trees and identify tree roots.
|
private void |
NormalBURS.orderTrees(DepGraph dg)
Stage 2: Construct topological ordering of tree roots based on the
dependencies between nodes in the tree.
|