Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp803 static bool hasStaticScheduling(const OMPExecutableDirective &D) { in hasStaticScheduling() function
831 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
845 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
859 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
871 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
881 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
895 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
904 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
993 return hasStaticScheduling(D); in supportsLightweightRuntime()