class IndexPropagationSystem.UpdateDefArrayOperator extends DF_Operator
| Modifier and Type | Field and Description |
|---|---|
private ValueNumberPair |
v
The value number pair used in the dataflow equation.
|
| Constructor and Description |
|---|
UpdateDefArrayOperator(int v1,
int v2)
Create an operator with a given value number pair
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(DF_LatticeCell[] operands)
Evaluate the dataflow equation with this operator.
|
String |
toString() |
private final ValueNumberPair v
UpdateDefArrayOperator(int v1, int v2)
v1 - first value number in the pariv2 - first value number in the paripublic boolean evaluate(DF_LatticeCell[] operands)
evaluate in class DF_Operatoroperands - operands in the dataflow equation