Uses of Class
at.dms.kjc.sir.lowering.partition.ListPartitioner

Packages that use ListPartitioner
at.dms.kjc.sir.lowering.partition Provides algorithms for adjusting the granularity of the stream graph to improve load balancing or optimization potential. 
at.dms.kjc.sir.lowering.partition.cache Fuses filters in the stream graph while respecting instruction and data cache constraints. 
at.dms.kjc.sir.lowering.partition.dynamicprog Adjusts the granularity of the stream graph, using a dynamic programming algorithm to optimize the load balancing. 
 

Uses of ListPartitioner in at.dms.kjc.sir.lowering.partition
 

Subclasses of ListPartitioner in at.dms.kjc.sir.lowering.partition
 class ILPPartitioner
           
 

Uses of ListPartitioner in at.dms.kjc.sir.lowering.partition.cache
 

Subclasses of ListPartitioner in at.dms.kjc.sir.lowering.partition.cache
 class CachePartitioner
           
 

Uses of ListPartitioner in at.dms.kjc.sir.lowering.partition.dynamicprog
 

Subclasses of ListPartitioner in at.dms.kjc.sir.lowering.partition.dynamicprog
 class DynamicProgPartitioner