Searched refs:isOpenMPLoopDirective (Results 1 – 8 of 8) sorted by relevance
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
811 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()836 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()851 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()865 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()877 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()886 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()901 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()910 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
2819 isOpenMPLoopDirective(DKind) in emitForStaticInit()2856 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
2477 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()2559 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) && in ParseOpenMPDeclarativeOrExecutableDirective()
416 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()422 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()428 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()2292 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()2298 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()2335 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()8468 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()8627 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
8452 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
919 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()