Modifier and Type | Method and Description |
---|---|
void |
Canonicalize()
canonicalize loop expressions
|
BlockList |
getBody()
get body
|
Xcode |
getCheckOpcode()
get opcode of condition expression
|
Xobject |
getInductionVar()
get induction variable
|
BasicBlock |
getInitBBlock()
get initialization block
|
Xobject |
getLowerBound()
get lower bound
|
Xobject |
getStep()
get step
|
Xobject |
getUpperBound()
get upper bound
|
boolean |
isCanonical()
whether or not canonicalized
|
void |
setLowerBound(Xobject x)
set lower bound
|
void |
setStep(Xobject x)
set step
|
void |
setUpperBound(Xobject x)
set upper bound
|
Xobject |
toXobject()
translate to Xobject
|
void Canonicalize()
boolean isCanonical()
Xobject getInductionVar()
Xobject getLowerBound()
void setLowerBound(Xobject x)
Xobject getUpperBound()
void setUpperBound(Xobject x)
Xobject getStep()
void setStep(Xobject x)
BasicBlock getInitBBlock()
Xcode getCheckOpcode()
BlockList getBody()
Xobject toXobject()