|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.simd.BoundanalysisUwForLir
Class for the upward bound analysis.
| Constructor Summary | |
(package private) |
BoundanalysisUwForLir(Function f)
|
| Method Summary | |
void |
boundanalysisUw(LirNode ins)
Constructs an upward bound analyser. |
IntBound |
eval(LirNode ins,
java.util.Hashtable tbl)
Calculates a bound of each node. |
IntBound |
get(LirNode e)
Retrieves a corresponding bound value for a node. |
void |
put(LirNode e,
IntBound b)
Stores a bound value for a node. |
void |
show()
Prints out a bound value of each node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BoundanalysisUwForLir(Function f)
| Method Detail |
public void boundanalysisUw(LirNode ins)
ins - LirNode
public IntBound eval(LirNode ins,
java.util.Hashtable tbl)
ins - LirNodetbl - Hashtablepublic void show()
public IntBound get(LirNode e)
e - LirNode
public void put(LirNode e,
IntBound b)
e - LirNodeb - IntBound
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||