|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.mdf.DataDependence
Find data dependences between macro tasks.
| Field Summary | |
static int |
THR
The threshold of debug output |
static int |
THR2
The threshold of debug output |
| Constructor Summary | |
DataDependence(MdfEnvironment e,
MacroFlowGraph g)
Constructor: |
|
| Method Summary | |
java.util.LinkedList |
depend(MacroTask mt)
Return the list of macro tasks which are data depended by `mt'. |
(package private) void |
print()
Debug print |
(package private) java.util.LinkedList |
threadPrivateVariable()
Return the list of variables which uses thread private. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int THR
public static final int THR2
| Constructor Detail |
public DataDependence(MdfEnvironment e,
MacroFlowGraph g)
throws PassException
e - The environment of the MDF moduleg - The current macro flow graph| Method Detail |
public java.util.LinkedList depend(MacroTask mt)
mt - The current macro task
java.util.LinkedList threadPrivateVariable()
throws PassException
PassException - Any exception in itvoid print()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||