Uses of Class
at.dms.kjc.flatgraph.GraphFlattener

Packages that use GraphFlattener
at.dms.kjc.flatgraph FlatNode basics 
at.dms.kjc.raw   
 

Uses of GraphFlattener in at.dms.kjc.flatgraph
 

Fields in at.dms.kjc.flatgraph declared as GraphFlattener
protected  GraphFlattener StaticStreamGraph.graphFlattener
          the graph flattener used to convert SIR to FlatGraph
 

Methods in at.dms.kjc.flatgraph that return GraphFlattener
 GraphFlattener StaticStreamGraph.getGraphFlattener()
          return the graph flattener object that was used to flatten.
 

Uses of GraphFlattener in at.dms.kjc.raw
 

Methods in at.dms.kjc.raw with parameters of type GraphFlattener
static HashMap[] RawBackend.returnExecutionCounts(SIRStream str, GraphFlattener graphFlattener)
          Similar to createExecutionCounts, but returns a HashMap[] and does not go through the RawBackend per se.