OmpSupport::patchUpPrivateVariables
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
Synopsis
Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>
[[visibility]]
int
patchUpPrivateVariables(SgStatement* omp_loop);
Parameters
Name |
Description |
omp_loop |
This class represents the notion of a statement. |
Created with MrDocs