Skip to content

OmpSupport::patchUpFirstprivateVariables

Patch up firstprivate variables for omp task. The reason is that the specification 3.0 defines rules for implicitly determined data‐sharing attributes and this function will make the firstprivate variable of omp task explicit.

Synopsis

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

[[visibility]]
int
patchUpFirstprivateVariables(SgFile*);

Created with MrDocs