Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp751 static bool hasStaticScheduling(const OMPExecutableDirective &D) { in hasStaticScheduling() function
779 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
793 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
807 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
819 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
829 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
843 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
852 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
941 return hasStaticScheduling(D); in supportsLightweightRuntime()