| Modifier and Type | Field and Description | 
|---|---|
| SSADictionary | dictionaryPlace to hang Heap SSA information. | 
| boolean | dominatorsAreComputedWere dominators computed successfully ? | 
| DominatorTree | dominatorTreePlace to hang dominator tree. | 
| DF_Solution | indexPropagationSolutionPlace to hang results of index propagation analysis | 
| boolean | loadEliminationDidSomethingDid load elimination do anything last time? | 
| LSTGraph | loopStructureTreePlace to hang Loop Structure Tree (LST) | 
| boolean | postDominatorsAreComputedWere post-dominators computed successfully ? | 
| DominatorTree | postDominatorTreePlace to hang post-dominator tree. | 
| GlobalValueNumberState | uniformlyGeneratedValueNumbersPlace to hang uniformly generated global value number information. | 
| GlobalValueNumberState | valueNumbersPlace 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