|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArchitectureSpecificOpt.BURS_STATE | |
---|---|
org.jikesrvm.compilers.opt.lir2mir |
Uses of ArchitectureSpecificOpt.BURS_STATE in org.jikesrvm.compilers.opt.lir2mir |
---|
Methods in org.jikesrvm.compilers.opt.lir2mir with parameters of type ArchitectureSpecificOpt.BURS_STATE | |
---|---|
private void |
NormalBURS.generateTree(ArchitectureSpecificOpt.BURS_TreeNode k,
ArchitectureSpecificOpt.BURS_STATE burs)
|
private void |
MinimalBURS.generateTree(ArchitectureSpecificOpt.BURS_TreeNode k,
ArchitectureSpecificOpt.BURS_STATE burs)
Generates code for a single tree root. |
private void |
NormalBURS.generateTrees(ArchitectureSpecificOpt.BURS_STATE burs)
Stage 4: Visit the tree roots in topological order and emit MIR instructions by calling BURS_STATE.code on each supernode in the tree. |
private void |
NormalBURS.labelTrees(ArchitectureSpecificOpt.BURS_STATE burs)
Stage 3: Label the trees with their min cost cover. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |