public class IVSubstitution extends TransformPass
| Constructor and Description |
|---|
IVSubstitution(Program program)
Constructs an induction variable transformation pass with the given
program object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassName()
Returns the pass name for the transformation.
|
void |
start()
Performs the induction variable substitution transformation in two phases.
|
runpublic IVSubstitution(Program program)
program - the input program.public java.lang.String getPassName()
getPassName in class TransformPasspublic void start()
start in class TransformPass