Skip to content

OmpSupport::replaceVariableReferences

Replace variable references within root based on a map from old symbols to new symbols

Synopsis

Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>

[[visibility]]
int
replaceVariableReferences(
    SgNode* root,
    VariableSymbolMap_t varRemap);

Parameters

Name

Description

root

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs