|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.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.
| Field Summary | |
(package private) HirRoot |
hirRoot
The current HirRoot |
| Constructor Summary | |
MdfDriver(HirRoot hRoot,
IoRoot iRoot,
CompileSpecification spc)
Constructor: |
|
MdfDriver(HirRoot hRoot,
IoRoot iRoot,
CompileSpecification spc,
SnapShot snapshot)
Constructor: |
|
| Method Summary | |
void |
hir2OpenMP(HirRoot pHirRoot,
SymRoot pSymRoot,
IoRoot pIoRoot,
LoopPara pLoopPara)
|
void |
invoke()
Doing the macro data flow process. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
final HirRoot hirRoot
| Constructor Detail |
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| Method Detail |
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||