Searched refs:isOpenMPLoopDirective (Results 1 – 8 of 8) sorted by relevance
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
754 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()779 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()794 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()808 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()820 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()829 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()844 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()853 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
2824 isOpenMPLoopDirective(DKind) in emitForStaticInit()2861 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
2481 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()2563 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()8474 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()8633 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
8475 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
952 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()