Package | Description |
---|---|
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.ssa |
SSA implementation (disabled because of bugs, see entry in issue tracker).
|
Modifier and Type | Field and Description |
---|---|
DominatorTree |
HIRInfo.dominatorTree
Place to hang dominator tree.
|
DominatorTree |
HIRInfo.postDominatorTree
Place to hang post-dominator tree.
|
Modifier and Type | Field and Description |
---|---|
private DominatorTree |
GlobalCSE.dominator
Cache of dominator tree that should be computed prior to this
phase
|
private DominatorTree |
LICM.dominator |
Modifier and Type | Method and Description |
---|---|
private void |
LeaveSSA.insertCopies(BasicBlock bb,
DominatorTree dom,
LiveAnalysis live)
Insert copy instructions into a basic block to safely translate out
of SSA form.
|
private void |
LeaveSSA.performRename(BasicBlock bb,
DominatorTree dom,
LeaveSSA.VariableStacks s) |