Uses of Class
at.dms.kjc.rstream.FusionState

Packages that use FusionState
at.dms.kjc.rstream   
 

Uses of FusionState in at.dms.kjc.rstream
 

Subclasses of FusionState in at.dms.kjc.rstream
 class FFSNoPeekBuffer
          This class creates imperative SIR code to implement StreamIt's filter abstraction.
 class FFSPeekBuffer
          Deprecated.  
 class FilterFusionState
          This class represents a filter flatnode's fusion state that is shared over the 2 different SIR code generation schemes.
 class JoinerFusionState
          This class represent the state and conversion necessary to convert a joiner FlatNode into imperative SIR code so it can be added to the application's SIR code.
 class SplitterFusionState
          This class represent the state and conversion necessary to convert a splitter FlatNode into imperative SIR code so it can be added to the application's SIR code.
 

Fields in at.dms.kjc.rstream with type parameters of type FusionState
protected static HashMap<FlatNode,FusionState> FusionState.fusionState
          a hashmap of all fusionstates created so far, indexed by flatnode
 

Methods in at.dms.kjc.rstream that return FusionState
static FusionState FusionState.getFusionState(FlatNode node)
          Given FlatNode *node*, return the fusion state object representing it.