|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.ir.HIRInfo
public final class HIRInfo
Wrapper class around IR info that is valid on the HIR/LIR/MIR
| Field Summary | |
|---|---|
SSADictionary |
dictionary
Place to hang Heap SSA information. |
boolean |
dominatorsAreComputed
Were dominators computed successfully ? |
DominatorTree |
dominatorTree
Place to hang dominator tree. |
DF_Solution |
indexPropagationSolution
Place to hang results of index propagation analysis |
boolean |
loadEliminationDidSomething
Did load elimination do anything last time? |
LSTGraph |
loopStructureTree
Place to hang Loop Structure Tree (LST) |
boolean |
postDominatorsAreComputed
Were post-dominators computed successfully ? |
DominatorTree |
postDominatorTree
Place to hang post-dominator tree. |
GlobalValueNumberState |
uniformlyGeneratedValueNumbers
Place to hang uniformly generated global value number information. |
GlobalValueNumberState |
valueNumbers
Place to hang global value number information. |
| Constructor Summary | |
|---|---|
HIRInfo(IR ir)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public DominatorTree dominatorTree
public boolean dominatorsAreComputed
public DominatorTree postDominatorTree
public boolean postDominatorsAreComputed
public SSADictionary dictionary
public GlobalValueNumberState valueNumbers
public GlobalValueNumberState uniformlyGeneratedValueNumbers
public LSTGraph loopStructureTree
public DF_Solution indexPropagationSolution
public boolean loadEliminationDidSomething
| Constructor Detail |
|---|
public HIRInfo(IR ir)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||