|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.simd.BoundanalysisUwForLir
Class for the upward bound analysis.
| コンストラクタの概要 | |
(パッケージプライベート) |
BoundanalysisUwForLir(Function f)
|
| メソッドの概要 | |
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. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
BoundanalysisUwForLir(Function f)
| メソッドの詳細 |
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
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||