simpleCopyAndConstantPropagation
In code with declarations such as "int foo = bar", where foo and bar are not modified, replace "foo" with "bar" and remove the declaration
Synopsis
Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>
[[visibility]]
void
simpleCopyAndConstantPropagation(SgNode* top);
Parameters
Name |
Description |
top |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs