Searched refs:isOpenMPParallelDirective (Results 1 – 6 of 6) sorted by relevance
182 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
822 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
794 if (isOpenMPParallelDirective(DKind) && in hasNestedSPMDDirective()805 if (isOpenMPParallelDirective(DKind) && in hasNestedSPMDDirective()812 return isOpenMPParallelDirective(DKind) && in hasNestedSPMDDirective()967 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()991 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()1012 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()3820 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
96 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()1179 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()3348 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()3472 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
6440 if (isOpenMPParallelDirective(D.getDirectiveKind())) in emitNumTeamsForTargetDirective()6505 isOpenMPParallelDirective(D.getDirectiveKind())) { in emitNumThreadsForTargetDirective()
799 if (isOpenMPParallelDirective(DVar.DKind) || in getDSA()2304 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()2373 return isOpenMPParallelDirective(K) || in VisitMemberExpr()3179 !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()3220 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()10074 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()10078 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()10103 return isOpenMPParallelDirective(K) || in ActOnOpenMPFirstprivateClause()10109 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()10314 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPLastprivateClause()[all …]