Uses of Package
at.dms.kjc.sir.lowering

Packages that use at.dms.kjc.sir.lowering
at.dms.kjc   
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   
 

Classes in at.dms.kjc.sir.lowering used by at.dms.kjc
JVectorLiteral
          Vector literals: a literal of a numeric base type duplicated to fill a vector.
 

Classes in at.dms.kjc.sir.lowering used by at.dms.kjc.sir
JVectorLiteral
          Vector literals: a literal of a numeric base type duplicated to fill a vector.
Propagator
          This class propagates constants and partially evaluates all expressions as much as possible.
 

Classes in at.dms.kjc.sir.lowering used by at.dms.kjc.sir.lowering
JVectorLiteral
          Vector literals: a literal of a numeric base type duplicated to fill a vector.
LoopIterInfo
          Information about loops with fixed number of iterations.
Propagator
          This class propagates constants and partially evaluates all expressions as much as possible.
RenameAll
          This visitor renames every variable, method, and field to a globally unique name.
SIRSchedule
          This provides an SIR wrapper for the underlying schedule (from the scheduler package).
 

Classes in at.dms.kjc.sir.lowering used by at.dms.util
JVectorLiteral
          Vector literals: a literal of a numeric base type duplicated to fill a vector.