public abstract class DerivedInductionVariable extends InductionVariable
InductionVariable.Direction
Modifier and Type | Field and Description |
---|---|
protected InductionVariable |
base |
loop
Constructor and Description |
---|
DerivedInductionVariable(LoopEx loop,
InductionVariable base) |
Modifier and Type | Method and Description |
---|---|
InductionVariable |
getBase() |
StructuredGraph |
graph() |
constantExtremum, constantInit, constantStride, deleteUnusedNodes, direction, exitValueNode, extremumNode, extremumNode, getLoop, initNode, isConstantExtremum, isConstantInit, isConstantStride, strideNode, valueNode
protected final InductionVariable base
public DerivedInductionVariable(LoopEx loop, InductionVariable base)
public StructuredGraph graph()
graph
in class InductionVariable
public InductionVariable getBase()