Searched refs:NestingProhibited (Results 1 – 2 of 2) sorted by relevance
3104 bool NestingProhibited = false; in CheckNestingOfRegions() local3164 NestingProhibited = in CheckNestingOfRegions()3179 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in CheckNestingOfRegions()3214 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in CheckNestingOfRegions()3224 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in CheckNestingOfRegions()3239 NestingProhibited = ParentRegion == OMPD_critical || in CheckNestingOfRegions()3248 NestingProhibited = ParentRegion != OMPD_target; in CheckNestingOfRegions()3252 if (!NestingProhibited && isOpenMPTeamsDirective(ParentRegion)) { in CheckNestingOfRegions()3257 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in CheckNestingOfRegions()3261 if (!NestingProhibited && isOpenMPDistributeDirective(CurrentRegion)) { in CheckNestingOfRegions()[all …]
4513 bool NestingProhibited = false; in checkNestingOfRegions() local4588 NestingProhibited = in checkNestingOfRegions()4612 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()4644 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()4656 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()4672 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()4681 NestingProhibited = in checkNestingOfRegions()4691 NestingProhibited = in checkNestingOfRegions()4699 if (!NestingProhibited && in checkNestingOfRegions()4707 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()[all …]