Function resetConstantFoldedValues#
Defined in File fixupConstantFoldedValues.h
Function Documentation#
-
void resetConstantFoldedValues(SgNode *node)#
This traversal can either replace the constant folded values with the original expression tree or leave the constant folded value and remove the original expression tree.
This traversal uses the Memory Pool traversal to fixup SgValueExp IR nodes that contain valid pointers to original expression trees. This function acts in two different ways