legacy::countComputationsOfExpressionIn
Count how many computations of expr are within root. Same caveats as expressionComputedIn.
Synopsis
Declared in <src/midend/programTransformation/partialRedundancyElimination/pre.h>
int
countComputationsOfExpressionIn(
SgExpression* expr,
SgNode* root);
Parameters
Name |
Description |
expr |
This class represents the notion of an expression. Expressions |
root |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs