Package | Description |
---|---|
org.jikesrvm.compilers.opt.ssa |
SSA implementation (disabled because of bugs, see entry in issue tracker).
|
Modifier and Type | Field and Description |
---|---|
private ValueNumberPair[] |
IndexPropagation.ArrayCell.numbers
a set of value number pairs comparising this lattice cell.
|
private ValueNumberPair |
IndexPropagationSystem.UpdateDefArrayOperator.v
The value number pair used in the dataflow equation.
|
private ValueNumberPair |
IndexPropagationSystem.UpdateUseArrayOperator.v
The value number pair used in the dataflow equation.
|
Modifier and Type | Method and Description |
---|---|
(package private) ValueNumberPair[] |
IndexPropagation.ArrayCell.copyValueNumbers()
Return a deep copy of the value numbers in this cell
|
Modifier and Type | Method and Description |
---|---|
int |
ValueNumberPair.compareTo(ValueNumberPair p) |
static boolean |
IndexPropagation.ArrayCell.setsDiffer(ValueNumberPair[] set1,
ValueNumberPair[] set2)
Do two sets of value number pairs differ?
|
static boolean |
IndexPropagation.ArrayCell.setsDiffer(ValueNumberPair[] set1,
ValueNumberPair[] set2)
Do two sets of value number pairs differ?
|
Constructor and Description |
---|
ValueNumberPair(ValueNumberPair p) |