Uses of Class
at.dms.kjc.backendSupport.SpaceTimeScheduleAndPartitioner

Packages that use SpaceTimeScheduleAndPartitioner
at.dms.kjc.backendSupport Package documentation for at.dms.kjc.backendSupport 
at.dms.kjc.cell   
at.dms.kjc.spacetime   
 

Uses of SpaceTimeScheduleAndPartitioner in at.dms.kjc.backendSupport
 

Methods in at.dms.kjc.backendSupport that return SpaceTimeScheduleAndPartitioner
 SpaceTimeScheduleAndPartitioner CommonPasses.scheduleSlices()
          Create schedules for init, prime-pump and steady phases.
 

Constructors in at.dms.kjc.backendSupport with parameters of type SpaceTimeScheduleAndPartitioner
BasicGreedyLayout(SpaceTimeScheduleAndPartitioner spaceTime, T[] nodes)
          Constructor
NoSWPipeLayout(SpaceTimeScheduleAndPartitioner spaceTime, Ts chip)
           
 

Uses of SpaceTimeScheduleAndPartitioner in at.dms.kjc.cell
 

Methods in at.dms.kjc.cell with parameters of type SpaceTimeScheduleAndPartitioner
 void CellComputeCodeStore.addSPUInit(SpaceTimeScheduleAndPartitioner schedule)
           
 

Constructors in at.dms.kjc.cell with parameters of type SpaceTimeScheduleAndPartitioner
CellNoSWPipeLayout(SpaceTimeScheduleAndPartitioner spaceTime, CellChip chip)
           
SimpleCellLayout(SpaceTimeScheduleAndPartitioner spaceTime, CellChip cellChip)
           
 

Uses of SpaceTimeScheduleAndPartitioner in at.dms.kjc.spacetime
 

Subclasses of SpaceTimeScheduleAndPartitioner in at.dms.kjc.spacetime
 class SpaceTimeSchedule
          This class represents the space/time schedule for the application, including both the steady state and the initialization stage.
 

Constructors in at.dms.kjc.spacetime with parameters of type SpaceTimeScheduleAndPartitioner
GeneratePrimePumpSchedule(SpaceTimeScheduleAndPartitioner sts)