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

Packages that use SIRLatencySet
at.dms.kjc   
at.dms.kjc.common   
at.dms.kjc.lir Provides a set of low-level stubs (LIR stands for Low-level IR) for compiling to the original (and mostly obsolete) uniprocessor backend. 
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.util   
 

Uses of SIRLatencySet in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type SIRLatencySet
 void SLIRVisitor.visitLatencySet(SIRLatencySet self)
          Visits a latency set.
 Object SLIRReplacingVisitor.visitLatencySet(SIRLatencySet self)
          Visits a latency set.
 void SLIREmptyVisitor.visitLatencySet(SIRLatencySet self)
          Visits a latency set.
 Object SLIREmptyAttributeVisitor.visitLatencySet(SIRLatencySet self)
          Visits a latency set.
 T SLIRAttributeVisitor.visitLatencySet(SIRLatencySet self)
          Visits a latency set.
 

Uses of SIRLatencySet in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type SIRLatencySet
 void ToC.visitLatencySet(SIRLatencySet self)
           
 

Uses of SIRLatencySet in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type SIRLatencySet
 void LIRToC.visitLatencySet(SIRLatencySet self)
           
 

Uses of SIRLatencySet in at.dms.kjc.sir
 

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

Uses of SIRLatencySet in at.dms.util
 

Methods in at.dms.util with parameters of type SIRLatencySet
 void IRPrinter.visitLatencySet(SIRLatencySet self)
          Visits a latency set.