coins.lparallel
Class LoopParallelImpl

java.lang.Object
  extended bycoins.lparallel.LoopParallelImpl
All Implemented Interfaces:
LoopParallel

public class LoopParallelImpl
extends java.lang.Object
implements LoopParallel


Field Summary
 Flow fFlow
           
 FlowRoot flowRoot
           
 FlowResults fresults
           
 SubpFlow fSubpFlow
           
 HirRoot hirRoot
           
 IoRoot ioRoot
           
 java.io.PrintStream printOut
           
 
Constructor Summary
LoopParallelImpl(HirRoot phirRoot, IoRoot pioRoot, SubpDefinition pSubpDef, FlowRoot pflowRoot)
          LoopParallelImpl:
 
Method Summary
 void LoopAnal()
          LoopAnal:
 void LoopAnalLoopList(java.util.LinkedList pLoopList)
          LoopAnalLoopList:
 void ReconstructHir()
          ReconstructHir:
 void SetOpenMPInfo()
          SetOpneMPInfo:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hirRoot

public HirRoot hirRoot

ioRoot

public IoRoot ioRoot

flowRoot

public FlowRoot flowRoot

printOut

public java.io.PrintStream printOut

fSubpFlow

public SubpFlow fSubpFlow

fFlow

public Flow fFlow

fresults

public FlowResults fresults
Constructor Detail

LoopParallelImpl

public LoopParallelImpl(HirRoot phirRoot,
                        IoRoot pioRoot,
                        SubpDefinition pSubpDef,
                        FlowRoot pflowRoot)
LoopParallelImpl:

Method Detail

LoopAnal

public void LoopAnal()
LoopAnal:

Specified by:
LoopAnal in interface LoopParallel

LoopAnalLoopList

public void LoopAnalLoopList(java.util.LinkedList pLoopList)
LoopAnalLoopList:

Specified by:
LoopAnalLoopList in interface LoopParallel

ReconstructHir

public void ReconstructHir()
ReconstructHir:


SetOpenMPInfo

public void SetOpenMPInfo()
SetOpneMPInfo:

Specified by:
SetOpenMPInfo in interface LoopParallel