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