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

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

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

Uses of LIRSetJoiner in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetJoiner
 void LIRToC.visitSetJoiner(LIRSetJoiner self, JExpression streamContext, SIRJoinType type, int ways, int[] weights)
          Visits a joiner-setting node.
 

Uses of LIRSetJoiner in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetJoiner
 void SIRToStreamIt.visitSetJoiner(LIRSetJoiner self, JExpression streamContext, SIRJoinType type, int ways, int[] weights)
          Visits a joiner-setting node.
 

Uses of LIRSetJoiner in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetJoiner
 void IRPrinter.visitSetJoiner(LIRSetJoiner self, JExpression streamContext, SIRJoinType type, int ways, int[] weights)
          Visits a joiner-setting node.