Searched refs:isOpenMPLoopDirective (Results 1 – 8 of 8) sorted by relevance
193 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
753 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()778 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()793 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()807 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()819 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()828 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()843 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()852 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
2791 isOpenMPLoopDirective(DKind) in emitForStaticInit()2833 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
480 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
2850 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()2939 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) && in ParseOpenMPDeclarativeOrExecutableDirective()
437 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()443 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()449 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()2460 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()2466 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()2518 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()9006 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()9169 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
8581 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
953 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()