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

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

Methods in at.dms.kjc with parameters of type LIRSetWork
 void SLIRVisitor.visitSetWork(LIRSetWork self, JExpression streamContext, LIRFunctionPointer fn)
          Visits a work-function-setting node.
 Object SLIRReplacingVisitor.visitSetWork(LIRSetWork self, JExpression streamContext, LIRFunctionPointer fn)
          Visits a work-function-setting node.
 void SLIREmptyVisitor.visitSetWork(LIRSetWork self, JExpression streamContext, LIRFunctionPointer fn)
          Visits a work-function-setting node.
 Object SLIREmptyAttributeVisitor.visitSetWork(LIRSetWork self, JExpression streamContext, LIRFunctionPointer fn)
          Visits a work-function-setting node.
 T SLIRAttributeVisitor.visitSetWork(LIRSetWork self, JExpression streamContext, LIRFunctionPointer fn)
          Visits a work-function-setting node.
 

Uses of LIRSetWork in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetWork
 void LIRToC.visitSetWork(LIRSetWork self, JExpression streamContext, LIRFunctionPointer fn)
          Visits a work-function-setting node.
 

Uses of LIRSetWork in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetWork
 void SIRToStreamIt.visitSetWork(LIRSetWork self, JExpression streamContext, LIRFunctionPointer fn)
          Visits a work-function-setting node.
 

Uses of LIRSetWork in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetWork
 void IRPrinter.visitSetWork(LIRSetWork self, JExpression streamContext, LIRFunctionPointer fn)
          Visits a work-function-setting node.