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

Packages that use SIRLatencyMax
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 SIRLatencyMax in at.dms.kjc
 

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

Uses of SIRLatencyMax in at.dms.kjc.common
 

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

Uses of SIRLatencyMax in at.dms.kjc.lir
 

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

Uses of SIRLatencyMax in at.dms.kjc.sir
 

Subclasses of SIRLatencyMax in at.dms.kjc.sir
 class SIRLatencyRange
          This represents a range of latencies for message delivery.
 

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

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

Methods in at.dms.kjc.sir.lowering with parameters of type SIRLatencyMax
 Object Propagator.visitLatencyMax(SIRLatencyMax self)
          Visits a max latency.
 

Uses of SIRLatencyMax in at.dms.util
 

Methods in at.dms.util with parameters of type SIRLatencyMax
 void IRPrinter.visitLatencyMax(SIRLatencyMax self)
          Visits a max latency.