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 |
---|---|
GlobalValueNumberState |
HIRInfo.uniformlyGeneratedValueNumbers
Place to hang uniformly generated global value number information.
|
GlobalValueNumberState |
HIRInfo.valueNumbers
Place to hang global value number information.
|
Modifier and Type | Field and Description |
---|---|
private GlobalValueNumberState |
GlobalCSE.valueNumbers
Cache of the value numbers from the IR
|
private GlobalValueNumberState |
IndexPropagationSystem.valueNumbers
Results of global value numbering
|