at.dms.kjc.spacedynamic
Class ConvertLonelyReceives
java.lang.Object
at.dms.kjc.spacedynamic.ConvertLonelyReceives
public class ConvertLonelyReceives
- extends Object
This class converts network receives that are not assigned to a
variable or used in an enclosing expression, into assignments to a
dummy variable, so they are not optimized out by GCC.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VARNAME
public static final String VARNAME
- See Also:
- Constant Field Values
ConvertLonelyReceives
public ConvertLonelyReceives()
doit
public static void doit(SpdStaticStreamGraph ssg,
FlatNode node)