static class IndexPropagationSystem.UpdateUseObjectOperator extends DF_Operator
Given a value number v, this function updates a heap variable lattice cell to indicate that element at address v is available, and doesn't kill any available indices
| Modifier and Type | Field and Description |
|---|---|
private int |
valueNumber
The value number used in the dataflow equation.
|
| Constructor and Description |
|---|
UpdateUseObjectOperator(int valueNumber) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(DF_LatticeCell[] operands)
Evaluate the dataflow equation with this operator.
|
String |
toString() |
private final int valueNumber
UpdateUseObjectOperator(int valueNumber)
public boolean evaluate(DF_LatticeCell[] operands)
evaluate in class DF_Operatoroperands - operands in the dataflow equation