Home
last modified time | relevance | path

Searched refs:hasStaticScheduling (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp752 static bool hasStaticScheduling(const OMPExecutableDirective &D) { in hasStaticScheduling() function
780 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
794 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
808 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
820 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
830 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
844 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
853 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
942 return hasStaticScheduling(D); in supportsLightweightRuntime()