Uses of Class
at.dms.kjc.sir.SIRMarker

Packages that use SIRMarker
at.dms.kjc   
at.dms.kjc.cluster The cluster backend for StreamIt generates a set of threads that can be executed on a cluster of networked computers or a SMP. 
at.dms.kjc.common   
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.util   
 

Uses of SIRMarker in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type SIRMarker
 void SLIRVisitor.visitMarker(SIRMarker self)
          Visit SIRMarker.
 Object SLIRReplacingVisitor.visitMarker(SIRMarker self)
          Visit SIRMarker.
 void SLIREmptyVisitor.visitMarker(SIRMarker self)
          Visit SIRMarker.
 Object SLIREmptyAttributeVisitor.visitMarker(SIRMarker self)
          Visit SIRMarker.
 T SLIRAttributeVisitor.visitMarker(SIRMarker self)
          Visit SIRMaker.
 

Uses of SIRMarker in at.dms.kjc.cluster
 

Methods in at.dms.kjc.cluster with parameters of type SIRMarker
 void InsertTimers.visitMarker(SIRMarker self)
          Visitors
 

Uses of SIRMarker in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type SIRMarker
 void ToCCommon.visitMarker(SIRMarker self)
          Print marker as a comment.
 

Uses of SIRMarker in at.dms.kjc.sir
 

Subclasses of SIRMarker in at.dms.kjc.sir
 class SIRBeginMarker
          This statement is an annotation that marks the beginning of a given function or stream so that it can be followed through fusion, etc.
 class SIREndMarker
          This statement is an annotation that marks the end of a given function or stream so that it can be followed through fusion, etc.
 

Methods in at.dms.kjc.sir with parameters of type SIRMarker
protected  void SIRMarker.deepCloneInto(SIRMarker other)
          Clones all fields of this into
 void SIRToStreamIt.visitMarker(SIRMarker self)
           
 

Uses of SIRMarker in at.dms.util
 

Methods in at.dms.util with parameters of type SIRMarker
 void IRPrinter.visitMarker(SIRMarker self)
          Visits a marker statement.