|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.mdf.MdfDriver
The driver of the MDF module. This class divides the input HIR into several macro tasks and construct the macro flow graph. And also, it makes the dynamic scheduler.
| フィールドの概要 | |
(パッケージプライベート) HirRoot |
hirRoot
The current HirRoot |
| コンストラクタの概要 | |
MdfDriver(HirRoot hRoot,
IoRoot iRoot,
CompileSpecification spc)
Constructor: |
|
MdfDriver(HirRoot hRoot,
IoRoot iRoot,
CompileSpecification spc,
SnapShot snapshot)
Constructor: |
|
| メソッドの概要 | |
void |
hir2OpenMP(HirRoot pHirRoot,
SymRoot pSymRoot,
IoRoot pIoRoot,
LoopPara pLoopPara)
|
void |
invoke()
Doing the macro data flow process. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
final HirRoot hirRoot
| コンストラクタの詳細 |
public MdfDriver(HirRoot hRoot,
IoRoot iRoot,
CompileSpecification spc)
hRoot - The current HirRootiRoot - The current IoRootspc - The current compiler specification
public MdfDriver(HirRoot hRoot,
IoRoot iRoot,
CompileSpecification spc,
SnapShot snapshot)
hRoot - The current HirRootiRoot - The current IoRootspc - The current compiler specificationsnapshot - The XML generator| メソッドの詳細 |
public void invoke()
throws PassException
PassException
public void hir2OpenMP(HirRoot pHirRoot,
SymRoot pSymRoot,
IoRoot pIoRoot,
LoopPara pLoopPara)
throws java.io.IOException,
PassException
java.io.IOException
PassException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||