|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.mdf.ChangeStructure
Change the structure of the program into `switch-case' structure. Each `case' structure include one macro-task. This class also insert OpenMP pragmas, and wrap the `switch-case' structure up in `while' loop.
フィールドの概要 | |
static int |
THR
The threshold of debug output |
コンストラクタの概要 | |
(パッケージプライベート) |
ChangeStructure(MdfEnvironment e,
MacroFlowGraph graph)
Constructor. |
メソッドの概要 | |
(パッケージプライベート) BlockStmt |
makeGetTask()
Generate the dynamic scheduler |
(パッケージプライベート) BlockStmt |
makeInitTask()
Generate the initialize part of the MDF program. |
(パッケージプライベート) BlockStmt |
makeSwitchBody(HirList labelList)
Generate the body part of the `switch-case' structure. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final int THR
コンストラクタの詳細 |
ChangeStructure(MdfEnvironment e, MacroFlowGraph graph) throws PassException
e
- The environment of the MDF modulegraph
- The current macro flow graph
PassException
- Any exception in the MDF moduleメソッドの詳細 |
BlockStmt makeInitTask()
BlockStmt makeGetTask()
BlockStmt makeSwitchBody(HirList labelList) throws PassException
PassException
- Any exception in MDF module
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |