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.
|
org.jikesrvm.compilers.opt.lir2mir.ia32_32 |
Class and Description |
---|
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.
|
Class and Description |
---|
DepGraph
Dependence Graph for a single basic block in the program.
|
DepGraphNode
Dependence graph node: there is one for each instruction in a basic block.
|
Class and Description |
---|
DepGraphNode
Dependence graph node: there is one for each instruction in a basic block.
|