Uses of Class
at.dms.kjc.lir.LIRSetSplitter

Packages that use LIRSetSplitter
at.dms.kjc   
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.util   
 

Uses of LIRSetSplitter in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type LIRSetSplitter
 void SLIRVisitor.visitSetSplitter(LIRSetSplitter self, JExpression streamContext, SIRSplitType type, int ways, int[] weights)
          Visits a splitter-setting node.
 Object SLIRReplacingVisitor.visitSetSplitter(LIRSetSplitter self, JExpression streamContext, SIRSplitType type, int ways, int[] weights)
          Visits a splitter-setting node.
 void SLIREmptyVisitor.visitSetSplitter(LIRSetSplitter self, JExpression streamContext, SIRSplitType type, int ways, int[] weights)
          Visits a splitter-setting node.
 Object SLIREmptyAttributeVisitor.visitSetSplitter(LIRSetSplitter self, JExpression streamContext, SIRSplitType type, int ways, int[] weights)
          Visits a splitter-setting node.
 T SLIRAttributeVisitor.visitSetSplitter(LIRSetSplitter self, JExpression streamContext, SIRSplitType type, int ways, int[] weights)
          Visits a splitter-setting node.
 

Uses of LIRSetSplitter in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetSplitter
 void LIRToC.visitSetSplitter(LIRSetSplitter self, JExpression streamContext, SIRSplitType type, int ways, int[] weights)
          Visits a splitter-setting node.
 

Uses of LIRSetSplitter in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetSplitter
 void SIRToStreamIt.visitSetSplitter(LIRSetSplitter self, JExpression streamContext, SIRSplitType type, int ways, int[] weights)
          Visits a splitter-setting node.
 

Uses of LIRSetSplitter in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetSplitter
 void IRPrinter.visitSetSplitter(LIRSetSplitter self, JExpression streamContext, SIRSplitType type, int ways, int[] weights)
          Visits a splitter-setting node.