Uses of Package
at.dms.kjc.iterator

Packages that use at.dms.kjc.iterator
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.iterator Package Specification. 
at.dms.kjc.raw   
at.dms.kjc.rstream   
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.kjc.sir.linear Provides analysis and optimization of linear portions of the stream graph. 
at.dms.kjc.sir.lowering Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. 
at.dms.kjc.sir.lowering.fusion Provides compiler passes to fuse (combine) a set of filters into a single filter. 
at.dms.kjc.sir.lowering.partition Provides algorithms for adjusting the granularity of the stream graph to improve load balancing or optimization potential. 
at.dms.kjc.spacetime   
at.dms.util   
 

Classes in at.dms.kjc.iterator used by at.dms.kjc
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.cluster
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.iterator
IterFactory
          This class is the outside interface for managing iterators.
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRIterator
          Abstract class from which 'Iter's inherit.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRRecursiveStubIter
          IterFactory uses this for SIRRecursiveStub.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.raw
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.rstream
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.sir
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRIterator
          Abstract class from which 'Iter's inherit.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.sir.linear
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.sir.lowering
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRIterator
          Abstract class from which 'Iter's inherit.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.sir.lowering.fusion
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.sir.lowering.partition
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRIterator
          Abstract class from which 'Iter's inherit.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.
 

Classes in at.dms.kjc.iterator used by at.dms.kjc.spacetime
SIRFilterIter
          IterFactory uses this for SIRFilter.
 

Classes in at.dms.kjc.iterator used by at.dms.util
SIRFeedbackLoopIter
          IterFactory uses this for SIRFeedbackLoop.
SIRFilterIter
          IterFactory uses this for SIRFilter.
SIRPhasedFilterIter
          IterFactory uses this for SIRPhasedFilter.
SIRPipelineIter
          IterFactory uses this for SIRPipeline.
SIRSplitJoinIter
          IterFactory uses this for SIRSplitJoin.