|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.simd.BoundanalysisForLir
Class for the bound analysis.
| Field Summary | |
BoundanalysisDwForLir |
badw
Downward boundanalyser. |
BoundanalysisUwForLir |
bauw
Upward boundanalyser. |
| Constructor Summary | |
(package private) |
BoundanalysisForLir(Function f)
Constructs a bound analyser. |
| Method Summary | |
void |
boundanalysis(LirNode ins)
Calculates downward bounds and upward bounds(live bits) of a node. |
void |
invoke(BasicBlk blk)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public BoundanalysisUwForLir bauw
public BoundanalysisDwForLir badw
| Constructor Detail |
BoundanalysisForLir(Function f)
f - Function| Method Detail |
public void boundanalysis(LirNode ins)
ins - LirNodepublic void invoke(BasicBlk blk)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||