Uses of Class
at.dms.kjc.slicegraph.Partitioner

Packages that use Partitioner
at.dms.kjc.backendSupport Package documentation for at.dms.kjc.backendSupport 
at.dms.kjc.slicegraph This package aims to supersede the SIR and flatgraph representations of the stream graph with a single representation that maintains all relevant information as well as slice information. 
at.dms.kjc.spacetime   
 

Uses of Partitioner in at.dms.kjc.backendSupport
 

Fields in at.dms.kjc.backendSupport declared as Partitioner
protected  Partitioner NoSWPipeLayout.partitioner
           
 

Methods in at.dms.kjc.backendSupport that return Partitioner
 Partitioner SpaceTimeScheduleAndPartitioner.getPartitioner()
           
 Partitioner CommonPasses.getPartitioner()
          Get the Partitioner used in run.
 

Methods in at.dms.kjc.backendSupport with parameters of type Partitioner
static void DumpSlicesAndChannels.dumpGraph(String filename, Partitioner partitioner, BackEndFactory backendbits)
           
 void SpaceTimeScheduleAndPartitioner.setPartitioner(Partitioner partitioner)
           
 

Constructors in at.dms.kjc.backendSupport with parameters of type Partitioner
MultiLevelSplitsJoins(Partitioner partitioner, int maxWidth)
          Create an instance of the pass that will operate on the partitioning calculated by partitioner for the number of memories in RawChip.
SpaceTimeScheduleAndPartitioner(Partitioner partitioner)
           
 

Uses of Partitioner in at.dms.kjc.slicegraph
 

Subclasses of Partitioner in at.dms.kjc.slicegraph
 class AdaptivePartitioner
          Test for ASPLOS paper, no longer used.
 class FlattenAndPartition
          Convert SIR graph to Slice without synch removal.
 class SimplePartitioner
          Partition the stream graph into slices where each slice is a pipeline of filters with an inputslicenode and an outputslicenode (each filter is represented as a filterslicenode).
 

Uses of Partitioner in at.dms.kjc.spacetime
 

Methods in at.dms.kjc.spacetime with parameters of type Partitioner
static void AddBuffering.doit(Partitioner spaceTime, boolean limitTiles, int totalTiles)
          Fix the input slice node and output slice node multiplicity to be integral in the init stage.
static double CompCommRatio.ratio(Partitioner partitioner)
          Calculate the computation to communication ratio of the application.
static LinkedList<FilterSliceNode> Util.sortedFilterSlicesTime(Partitioner partitioner)
          Return a sorted list of filter trace nodes for time only that does not include io traces.
 

Constructors in at.dms.kjc.spacetime with parameters of type Partitioner
BasicGenerateSteadyStateSchedule(BasicSpaceTimeSchedule sts, Partitioner partitioner)
           
CompareSliceBNWork(Partitioner partitioner)
          Create a new object that uses the work estimates of partitioner.
SpaceTimeSchedule(Partitioner p, RawChip r)
          Constructor