OmpSupport::replaceVariablesWithPointerDereference
Replace all variable references in a set by pointers to the variable
Synopsis
Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>
int
replaceVariablesWithPointerDereference(
SgNode* root,
std::set<SgVariableSymbol*>& vars);
Parameters
Name |
Description |
root |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs