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

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

Methods in at.dms.kjc with parameters of type LIRSetPush
 void SLIRVisitor.visitSetPush(LIRSetPush self, JExpression streamContext, int push)
          Visits a push-rate-setting node.
 Object SLIRReplacingVisitor.visitSetPush(LIRSetPush self, JExpression streamContext, int push)
          Visits a push-rate-setting node.
 void SLIREmptyVisitor.visitSetPush(LIRSetPush self, JExpression streamContext, int push)
          Visits a push-rate-setting node.
 Object SLIREmptyAttributeVisitor.visitSetPush(LIRSetPush self, JExpression streamContext, int push)
          Visits a push-rate-setting node.
 T SLIRAttributeVisitor.visitSetPush(LIRSetPush self, JExpression streamContext, int push)
          Visits a push-rate-setting node.
 

Uses of LIRSetPush in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetPush
 void LIRToC.visitSetPush(LIRSetPush self, JExpression streamContext, int push)
          Visits a push-rate-setting node.
 

Uses of LIRSetPush in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetPush
 void SIRToStreamIt.visitSetPush(LIRSetPush self, JExpression streamContext, int push)
          Visits a push-rate-setting node.
 

Uses of LIRSetPush in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetPush
 void IRPrinter.visitSetPush(LIRSetPush self, JExpression streamContext, int push)
          Visits a push-rate-setting node.