at.dms.kjc.sir.lowering.partition
Class RemoveSyncTransform

java.lang.Object
  extended by at.dms.kjc.sir.lowering.partition.StreamTransform
      extended by at.dms.kjc.sir.lowering.partition.IdempotentTransform
          extended by at.dms.kjc.sir.lowering.partition.RemoveSyncTransform

public final class RemoveSyncTransform
extends IdempotentTransform

Removes *matching* synchronization in this pipeline.


Field Summary
 
Fields inherited from class at.dms.kjc.sir.lowering.partition.StreamTransform
id
 
Constructor Summary
RemoveSyncTransform()
           
 
Method Summary
 SIRStream doMyTransform(SIRStream str)
          Perform the transform on and return new stream.
 String toString()
           
 
Methods inherited from class at.dms.kjc.sir.lowering.partition.IdempotentTransform
isIdempotent
 
Methods inherited from class at.dms.kjc.sir.lowering.partition.StreamTransform
addPred, addSucc, doTransform, getPred, getPredSize, getSucc, getSuccSize, printHierarchy, reduce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveSyncTransform

public RemoveSyncTransform()
Method Detail

doMyTransform

public SIRStream doMyTransform(SIRStream str)
Perform the transform on and return new stream.

Specified by:
doMyTransform in class StreamTransform

toString

public String toString()
Overrides:
toString in class Object