Lines Matching refs:OpenMP
206 // Initialization of data sharing attributes stack for OpenMP
444 // Destroys data sharing attributes stack for OpenMP
1526 /// During the visit, certain OpenMP directives or initializer of variables
1527 /// with certain OpenMP attributes will cause subsequent visiting of any
1528 /// functions enter a state which is called OpenMP device context in this
1538 /// 2. whether the current node is in OpenMP device context
1554 // case not in OpenMP device context. Done[1] is for the case in OpenMP
1556 // different depending on whether it is in OpenMP device context.
1562 // Current OpenMP device context level. It is initialized to 0 and each
1605 if ((!ShouldEmitRootNode && !S.getLangOpts().OpenMP && !Caller) ||
1608 // Finalize analysis of OpenMP-specific constructs.
1609 if (Caller && S.LangOpts.OpenMP && UsePath.size() == 1 &&
1677 if ((DeviceDeferredDiags.empty() && !LangOpts.OpenMP) ||
1760 if (LangOpts.OpenMP)
1918 if (LangOpts.OpenMP)
2024 if (LangOpts.OpenMP)
2452 (getLangOpts().OpenMP && K == CR_OpenMP) ? getOpenMPNestingLevel() : 0,