|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Propagator | |
---|---|
at.dms.kjc.sir | Contains the heart of the StreamIt Intermediate Representation, or SIR for short. |
at.dms.kjc.sir.lowering | Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. |
Uses of Propagator in at.dms.kjc.sir |
---|
Methods in at.dms.kjc.sir with parameters of type Propagator | |
---|---|
void |
SIRPredefinedFilter.propagatePredefinedFields(Propagator propagator)
Uses |
void |
SIRIdentity.propagatePredefinedFields(Propagator propagator)
|
void |
SIRFileWriter.propagatePredefinedFields(Propagator propagator)
|
void |
SIRFileReader.propagatePredefinedFields(Propagator propagator)
|
Uses of Propagator in at.dms.kjc.sir.lowering |
---|
Methods in at.dms.kjc.sir.lowering that return Propagator | |
---|---|
Propagator |
Propagator.construct(Hashtable<JLocalVariable,Object> constants)
Factory rather than direct call to constructor. |
Propagator |
Propagator.construct(Hashtable<JLocalVariable,Object> constants,
boolean write)
Factory rather than direct call to constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |