Modifier and Type | Field and Description |
---|---|
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.
|
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