|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinearRedundancyAnalyzer | |
---|---|
at.dms.kjc.sir.linear | Provides analysis and optimization of linear portions of the stream graph. |
Uses of LinearRedundancyAnalyzer in at.dms.kjc.sir.linear |
---|
Methods in at.dms.kjc.sir.linear with parameters of type LinearRedundancyAnalyzer | |
---|---|
static void |
LinearRedundancyReplacer.doReplace(LinearAnalyzer lfa,
LinearRedundancyAnalyzer lra,
SIRStream str)
start the process of replacement on str using the Linearity information in lfa. |
static void |
LinearDotSimple.printGraph(SIRStream str,
String filename,
LinearAnalyzer lfa,
LinearRedundancyAnalyzer lra)
Prints dot graph of |
static void |
LinearDot.printGraph(SIRStream str,
String filename,
LinearAnalyzer lfa,
LinearRedundancyAnalyzer lra)
Prints dot graph of |
Constructors in at.dms.kjc.sir.linear with parameters of type LinearRedundancyAnalyzer | |
---|---|
LinearDot(PrintStream outputstream,
LinearAnalyzer anal,
LinearRedundancyAnalyzer lra)
Make a LinearDot printer that prints out the dot graph using information from the linear filter analyzer to annotate the graph (eg color it silly). |
|
LinearDotSimple(PrintStream outputstream,
LinearAnalyzer anal,
LinearRedundancyAnalyzer lra)
Make a LinearDotSimple printer that prints out the dot graph using information from the linear filter analyzer to annotate the graph (eg color it silly). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |