|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.simd.BoundanalysisDwForLir
Class for the downward bound analysis.
| Constructor Summary | |
(package private) |
BoundanalysisDwForLir(Function f)
|
| Method Summary | |
void |
boundanalysisDw(LirNode ins,
BoundanalysisUwForLir bduw)
Constructs a downward bound analyser. |
IntLive |
get(LirNode e)
Retrieves live bits of a node. |
void |
put(LirNode e,
IntLive b)
Stores live bits of a node. |
void |
show()
Prints out nodes and their bounds. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BoundanalysisDwForLir(Function f)
| Method Detail |
public void boundanalysisDw(LirNode ins,
BoundanalysisUwForLir bduw)
public void show()
public IntLive get(LirNode e)
e - LirNode
public void put(LirNode e,
IntLive b)
e - LirNodeb - LirNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||