coins.mdf
Class FindScc

java.lang.Object
  extended bycoins.mdf.FindScc

class FindScc
extends java.lang.Object

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

scc

final java.util.LinkedList scc
The strong connected component

Constructor Detail

FindScc

FindScc(MdfEnvironment e,
        SubpFlow subpFlow)
Constructor

Parameters:
e - The environment of the MDF module
subpFlow - The flow information about the current subprogram
Method Detail

print

void print()
Debug print