|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.sir.lowering.Flattener
public class Flattener
This is the main class for decomposing the high SIR into lower-level function calls for the uniprocessor backend.
Constructor Summary | |
---|---|
Flattener()
|
Method Summary | |
---|---|
static SIRStream |
doLinearAnalysis(SIRStream str)
Returns new value of |
static SIRStream |
doStateSpaceAnalysis(SIRStream str)
Returns new value of |
static boolean |
hasDynamicRates(SIRStream str)
|
static void |
lowerFilterContents(SIRStream str,
boolean printStatus)
Lowers the contents of filters |
static void |
run(SIRStream str,
JInterfaceDeclaration[] interfaces,
SIRInterfaceTable[] interfaceTables,
SIRStructure[] structs,
SIRHelper[] helpers,
SIRGlobal global)
Flattens |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Flattener()
Method Detail |
---|
public static void run(SIRStream str, JInterfaceDeclaration[] interfaces, SIRInterfaceTable[] interfaceTables, SIRStructure[] structs, SIRHelper[] helpers, SIRGlobal global)
public static boolean hasDynamicRates(SIRStream str)
public static void lowerFilterContents(SIRStream str, boolean printStatus)
public static SIRStream doLinearAnalysis(SIRStream str)
public static SIRStream doStateSpaceAnalysis(SIRStream str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |