|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DominatorTree | |
---|---|
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.ssa |
Uses of DominatorTree in org.jikesrvm.compilers.opt.ir |
---|
Fields in org.jikesrvm.compilers.opt.ir declared as DominatorTree | |
---|---|
DominatorTree |
HIRInfo.dominatorTree
Place to hang dominator tree. |
DominatorTree |
HIRInfo.postDominatorTree
Place to hang post-dominator tree. |
Uses of DominatorTree in org.jikesrvm.compilers.opt.ssa |
---|
Fields in org.jikesrvm.compilers.opt.ssa declared as DominatorTree | |
---|---|
private DominatorTree |
GlobalCSE.dominator
Cache of dominator tree that should be computed prior to this phase |
private DominatorTree |
LICM.dominator
|
Methods in org.jikesrvm.compilers.opt.ssa with parameters of type DominatorTree | |
---|---|
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)
substitute variables renamed in control parents |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |