|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.mdf.Util
The utilities for the MDF module.
コンストラクタの概要 | |
(パッケージプライベート) |
Util(MdfEnvironment e,
MacroFlowGraph g)
Constructor: |
メソッドの概要 | |
(パッケージプライベート) java.util.LinkedList |
findMtPreBlks(MacroTask mt,
BBlock blk,
java.util.LinkedList list)
Get the list of the basic blocks which is on the path from the specified basic block to the entry basic block of the specified macro task. |
(パッケージプライベート) java.util.LinkedList |
findPostBlks(MacroTask mt,
java.util.LinkedList list)
Get the list of the macro tasks which is on the path from the specified macro task to the exit macro task of the current macro flow graph. |
(パッケージプライベート) java.util.LinkedList |
findPreBlks(MacroTask mt,
java.util.LinkedList list)
Get the list of the macro tasks which is on the path from the specified macro task to the entry macro task of the current macro flow graph. |
(パッケージプライベート) int |
numberOfConditions()
Get the number of the conditions which construct the executable conditions. |
(パッケージプライベート) int |
vectorSize()
Get the size of bit vector. |
(パッケージプライベート) int |
wordSize()
Get the one word size. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
Util(MdfEnvironment e, MacroFlowGraph g)
e
- The environment of the MDF moduleg
- The current macro flow graphメソッドの詳細 |
java.util.LinkedList findPreBlks(MacroTask mt, java.util.LinkedList list)
mt
- The current macro tasklist
- The list of the macro tasks
java.util.LinkedList findPostBlks(MacroTask mt, java.util.LinkedList list)
mt
- The current macro tasklist
- The list of the macro tasks
java.util.LinkedList findMtPreBlks(MacroTask mt, BBlock blk, java.util.LinkedList list)
mt
- The current macro taskblk
- The current basic blocklist
- The list of the basic blocks
int vectorSize()
int wordSize()
int numberOfConditions()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |