OmpSupport::patchUpPrivateVariables
patchUpPrivateVariables overloads
Synopses
Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>
Patch up private variables for omp for of entire file. The reason is that loop indices should be private by default and this function will make this explicit
[[visibility]]
int
patchUpPrivateVariables(SgFile*);
Patch up private variables for omp for. The reason is that loop indices should be private by default and this function will make this explicit
[[visibility]]
int
patchUpPrivateVariables(SgStatement* omp_loop);
Created with MrDocs