Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
(package private) BURS_StateCoder |
BURS.makeCoder() |
Modifier and Type | Method and Description |
---|---|
private void |
MinimalBURS.generateTree(AbstractBURS_TreeNode k,
BURS_StateCoder burs)
Generates code for a single tree root.
|
private void |
NormalBURS.generateTree(AbstractBURS_TreeNode k,
BURS_StateCoder burs) |
private void |
NormalBURS.generateTrees(BURS_StateCoder burs)
Stage 4: Visit the tree roots in topological order and
emit MIR instructions by calling BURS_StateCoder.code on each
supernode in the tree.
|
Modifier and Type | Class and Description |
---|---|
class |
BURS_STATE
Machine-specific instruction selection rules.
|