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

Packages that use SIRLatencyRange
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.kjc.sir.lowering Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. 
at.dms.util   
 

Uses of SIRLatencyRange in at.dms.kjc
 

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

Uses of SIRLatencyRange in at.dms.kjc.common
 

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

Uses of SIRLatencyRange in at.dms.kjc.lir
 

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

Uses of SIRLatencyRange in at.dms.kjc.sir
 

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

Uses of SIRLatencyRange in at.dms.kjc.sir.lowering
 

Methods in at.dms.kjc.sir.lowering with parameters of type SIRLatencyRange
 Object Propagator.visitLatencyRange(SIRLatencyRange self)
          Visits a latency range.
 

Uses of SIRLatencyRange in at.dms.util
 

Methods in at.dms.util with parameters of type SIRLatencyRange
 void IRPrinter.visitLatencyRange(SIRLatencyRange self)
          Visits a latency range.