Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp809 static bool hasStaticScheduling(const OMPExecutableDirective &D) { in hasStaticScheduling() function
837 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
851 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
865 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
877 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
887 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
901 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
910 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
999 return hasStaticScheduling(D); in supportsLightweightRuntime()