legacy::anyOfListPotentiallyModifiedIn
Are any variables in syms modified anywhere within n, or is n a declaration of one of them?
Synopsis
Declared in <src/midend/programTransformation/partialRedundancyElimination/pre.h>
bool
anyOfListPotentiallyModifiedIn(
std::vector<SgVariableSymbol*> const& syms,
SgNode* n);
Parameters
Name |
Description |
syms |
A standard container which offers fixed time access to individual elements in any order. |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs