|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.mdf.FindScc
Find the strong connected component in the current control flow graph. The strong connected component in the control flow graph means a loop structure. The MDF module generates a loop type macro task by using this information.
| Field Summary | |
(package private) java.util.LinkedList |
scc
The strong connected component |
| Constructor Summary | |
(package private) |
FindScc(MdfEnvironment e,
SubpFlow subpFlow)
Constructor |
| Method Summary | |
(package private) void |
print()
Debug print |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
final java.util.LinkedList scc
| Constructor Detail |
FindScc(MdfEnvironment e,
SubpFlow subpFlow)
e - The environment of the MDF modulesubpFlow - The flow information about the current subprogram| Method Detail |
void print()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||