at.dms.kjc.cluster
Class ClusterStaticStreamGraph
java.lang.Object
at.dms.kjc.flatgraph.StaticStreamGraph
at.dms.kjc.flatgraph.ScheduledStaticStreamGraph
at.dms.kjc.cluster.ClusterStaticStreamGraph
public class ClusterStaticStreamGraph
- extends ScheduledStaticStreamGraph
Method Summary |
void |
cleanupForFused()
Reset some internals to deal with nodes disappearing
because of fusion. |
Methods inherited from class at.dms.kjc.flatgraph.StaticStreamGraph |
addNext, addPrev, check, filterCount, getFlatNodes, getGraphFlattener, getInputNum, getInputType, getIOFilters, getNext, getOutputNum, getOutputs, getOutputType, getParentMap, getPrev, getStreamGraph, getTopLevel, getTopLevelSIR, hasOutput, isInput, isOutput, printCounts, reconnectOutputs, toString |
ClusterStaticStreamGraph
public ClusterStaticStreamGraph(StreamGraph sg,
FlatNode realTop)
- create a static stream graph with realTop as the first node.
cleanupForFused
public void cleanupForFused()
- Reset some internals to deal with nodes disappearing
because of fusion.