Uses of Class
at.dms.kjc.sir.lowering.SIRSchedule

Packages that use SIRSchedule
at.dms.kjc.sir.lowering Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. 
 

Uses of SIRSchedule in at.dms.kjc.sir.lowering
 

Methods in at.dms.kjc.sir.lowering that return SIRSchedule
static SIRSchedule SIRScheduler.buildWorkFunctions(SIRContainer toplevel, JClassDeclaration flatClass)
          Does the scheduling, adding a work function corresponding to to .
 

Methods in at.dms.kjc.sir.lowering with parameters of type SIRSchedule
static void LowerInitFunctions.lower(SIRIterator iter, SIRSchedule sirSchedule)
          Lowers the init functions in .