|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.simd.BoundanalysisForLir
Class for the bound analysis.
フィールドの概要 | |
BoundanalysisDwForLir |
badw
Downward boundanalyser. |
BoundanalysisUwForLir |
bauw
Upward boundanalyser. |
コンストラクタの概要 | |
(パッケージプライベート) |
BoundanalysisForLir(Function f)
Constructs a bound analyser. |
メソッドの概要 | |
void |
boundanalysis(LirNode ins)
Calculates downward bounds and upward bounds(live bits) of a node. |
void |
invoke(BasicBlk blk)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public BoundanalysisUwForLir bauw
public BoundanalysisDwForLir badw
コンストラクタの詳細 |
BoundanalysisForLir(Function f)
f
- Functionメソッドの詳細 |
public void boundanalysis(LirNode ins)
ins
- LirNodepublic void invoke(BasicBlk blk)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |