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

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

Methods in at.dms.kjc with parameters of type LIRSetBodyOfFeedback
 void SLIRVisitor.visitSetBodyOfFeedback(LIRSetBodyOfFeedback self, JExpression streamContext, JExpression childContext, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set body of feedback loop.
 Object SLIRReplacingVisitor.visitSetBodyOfFeedback(LIRSetBodyOfFeedback self, JExpression streamContext, JExpression childContext, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set body of feedback loop.
 void SLIREmptyVisitor.visitSetBodyOfFeedback(LIRSetBodyOfFeedback self, JExpression streamContext, JExpression childContext, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set body of feedback loop.
 Object SLIREmptyAttributeVisitor.visitSetBodyOfFeedback(LIRSetBodyOfFeedback self, JExpression streamContext, JExpression childContext, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set body of feedback loop.
 T SLIRAttributeVisitor.visitSetBodyOfFeedback(LIRSetBodyOfFeedback self, JExpression streamContext, JExpression childContext, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set body of feedback loop.
 

Uses of LIRSetBodyOfFeedback in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetBodyOfFeedback
 void LIRToC.visitSetBodyOfFeedback(LIRSetBodyOfFeedback self, JExpression streamContext, JExpression childContext, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set body of feedback loop.
 

Uses of LIRSetBodyOfFeedback in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetBodyOfFeedback
 void SIRToStreamIt.visitSetBodyOfFeedback(LIRSetBodyOfFeedback self, JExpression streamContext, JExpression childContext, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set body of feedback loop.
 

Uses of LIRSetBodyOfFeedback in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetBodyOfFeedback
 void IRPrinter.visitSetBodyOfFeedback(LIRSetBodyOfFeedback self, JExpression streamContext, JExpression childContext, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set body of feedback loop.