class IndexPropagationSystem.UpdateDefObjectOperator 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, but kills any available indices that are not DD from v
Modifier and Type | Field and Description |
---|---|
private int |
valueNumber
The value number used in the dataflow equation.
|
Constructor and Description |
---|
UpdateDefObjectOperator(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
UpdateDefObjectOperator(int valueNumber)
public boolean evaluate(DF_LatticeCell[] operands)
evaluate
in class DF_Operator
operands
- operands in the dataflow equation