|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.dms.kjc.slicegraph.FlattenGraph
public class FlattenGraph
Flatten graph with new synch removal. Removes structure and reveals
inherit graph of data flow.
Jasper's old version obsoleted by SynchRemover ??
| Constructor Summary | |
|---|---|
FlattenGraph()
|
|
| Method Summary | |
|---|---|
static void |
clear()
Clean up data structures used in flattening. |
static void |
dumpGraph(String filename)
Prints out dotgraph representation of current flatgraph. |
static void |
flattenGraph(SIRStream graph,
LinearAnalyzer lfa,
HashMap[] execCounts)
Main entry point to FlattenGraph. |
static int |
getFilterCount()
Returns number of filters in graph |
static UnflatFilter[] |
getTopLevelNodes()
Returns list of all top level nodes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlattenGraph()
| Method Detail |
|---|
public static int getFilterCount()
public static void clear()
public static UnflatFilter[] getTopLevelNodes()
public static void flattenGraph(SIRStream graph,
LinearAnalyzer lfa,
HashMap[] execCounts)
graph - The toplevel SIRStream for the graphlfa - The LinearAnalyzer to use for linear representationexecCounts - Execution counts from schedulerpublic static void dumpGraph(String filename)
filename - Filename to store dotgraph into.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||