Uses of Class
at.dms.kjc.common.ALocalVariable

Packages that use ALocalVariable
at.dms.kjc.backendSupport Package documentation for at.dms.kjc.backendSupport 
at.dms.kjc.common   
 

Uses of ALocalVariable in at.dms.kjc.backendSupport
 

Methods in at.dms.kjc.backendSupport with parameters of type ALocalVariable
protected  void ComputeCodeStore.addSteadyLoop(ALocalVariable iterationBound)
          Add a way of iterating steadyLoop to the main method.
 

Constructors in at.dms.kjc.backendSupport with parameters of type ALocalVariable
ComputeCodeStore(ALocalVariable iterationBound)
          Constructor: caller will add code to bound number of iterations, no pointer back to compute node.
ComputeCodeStore(ComputeNodeType parent, ALocalVariable iterationBound)
          Constructor: caller will add code to bound number of iterations, code store has pointer back to a compute node.
 

Uses of ALocalVariable in at.dms.kjc.common
 

Methods in at.dms.kjc.common that return ALocalVariable
static ALocalVariable ALocalVariable.makeTmp(CType typ)
          Create a new local variable, don't care about name so long as it is likely to be unique.
static ALocalVariable ALocalVariable.makeVar(CType typ, String varName)
          Create a new local variable with a specified name and type.