Lines Matching refs:OpenMP
316 // Disable emission of the parent function for the OpenMP device codegen.
1436 getLangOpts().OpenMP
1442 if (getLangOpts().OpenMP && OpenMPLocalAddr.isValid()) {
1483 // - we are compiling OpenMP and it's an OpenMP local variable.
2489 // Check if the parameter address is controlled by OpenMP runtime.
2491 getLangOpts().OpenMP
2494 if (getLangOpts().OpenMP && OpenMPLocalAddr.isValid()) {
2600 if (!LangOpts.OpenMP || (!LangOpts.EmitAllDecls && !D->isUsed()))
2607 if (!LangOpts.OpenMP || LangOpts.OpenMPSimd ||