Uses of Class
at.dms.kjc.sir.statespace.LinearAnalyzer

Packages that use LinearAnalyzer
at.dms.kjc.sir.statespace Provides analysis and optimization of linear statespace portions of the stream graph. 
 

Uses of LinearAnalyzer in at.dms.kjc.sir.statespace
 

Methods in at.dms.kjc.sir.statespace that return LinearAnalyzer
static LinearAnalyzer LinearAnalyzer.findLinearFilters(SIRStream str, boolean debug, boolean refactorLinearChildren)
          Main entry point -- searches the passed stream for linear filters and calculates their associated matrices.
static LinearAnalyzer LinearAnalyzer.findLinearFilters(SIRStream str, boolean debug, LinearAnalyzer lfa)
          Same as above, but specifies an existing
 

Methods in at.dms.kjc.sir.statespace with parameters of type LinearAnalyzer
static void LinearDirectReplacer.doReplace(LinearAnalyzer lfa, SIRStream str)
          Start the process of replacement on str using the Linearity information in lfa.
static LinearAnalyzer LinearAnalyzer.findLinearFilters(SIRStream str, boolean debug, LinearAnalyzer lfa)
          Same as above, but specifies an existing
static void LinearDot.printGraph(SIRStream str, String filename, LinearAnalyzer lfa)
          Prints dot graph of
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 to , using LinearAnalyzer lfa and LinearRedundancyAnalyzer lra.
 

Constructors in at.dms.kjc.sir.statespace with parameters of type LinearAnalyzer
LinearDirectReplacer(LinearAnalyzer lfa, at.dms.kjc.sir.statespace.LinearDirectReplacer.LinearReplaceCalculator costs)
           
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).
LinearRedundancyAnalyzer(LinearAnalyzer la)
          Main entry point for redundancy analysis.