|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LIRMainFunction | |
---|---|
at.dms.kjc | |
at.dms.kjc.lir | Provides a set of low-level stubs (LIR stands for Low-level IR) for compiling to the original (and mostly obsolete) uniprocessor backend. |
at.dms.kjc.sir | Contains the heart of the StreamIt Intermediate Representation, or SIR for short. |
at.dms.util |
Uses of LIRMainFunction in at.dms.kjc |
---|
Methods in at.dms.kjc with parameters of type LIRMainFunction | |
---|---|
void |
SLIRVisitor.visitMainFunction(LIRMainFunction self,
String typeName,
LIRFunctionPointer init,
List<JStatement> initStatements)
Visits a main function contents. |
Object |
SLIRReplacingVisitor.visitMainFunction(LIRMainFunction self,
String typeName,
LIRFunctionPointer init,
List<JStatement> initStatements)
Visits a main function contents. |
void |
SLIREmptyVisitor.visitMainFunction(LIRMainFunction self,
String typeName,
LIRFunctionPointer init,
List<JStatement> initStatements)
Visits a main function contents. |
Object |
SLIREmptyAttributeVisitor.visitMainFunction(LIRMainFunction self,
String typeName,
LIRFunctionPointer init,
List<JStatement> initStatements)
Visits a main function contents. |
T |
SLIRAttributeVisitor.visitMainFunction(LIRMainFunction self,
String typeName,
LIRFunctionPointer init,
List<JStatement> initStatements)
Visits a main function contents. |
Uses of LIRMainFunction in at.dms.kjc.lir |
---|
Methods in at.dms.kjc.lir with parameters of type LIRMainFunction | |
---|---|
void |
LIRToC.visitMainFunction(LIRMainFunction self,
String typeName,
LIRFunctionPointer init,
List<JStatement> initStatements)
|
Uses of LIRMainFunction in at.dms.kjc.sir |
---|
Methods in at.dms.kjc.sir with parameters of type LIRMainFunction | |
---|---|
void |
SIRToStreamIt.visitMainFunction(LIRMainFunction self,
String typeName,
LIRFunctionPointer init,
List<JStatement> initStatements)
|
Uses of LIRMainFunction in at.dms.util |
---|
Methods in at.dms.util with parameters of type LIRMainFunction | |
---|---|
void |
IRPrinter.visitMainFunction(LIRMainFunction self,
String typeName,
LIRFunctionPointer init,
List<JStatement> initStatements)
Visits a main function contents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |