Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp942 static bool hasStaticScheduling(const OMPExecutableDirective &D) { in hasStaticScheduling() function
969 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
980 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
993 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
1004 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
1014 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
1025 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
1032 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
1108 return hasStaticScheduling(D); in supportsLightweightRuntime()