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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp910 static bool hasStaticScheduling(const OMPExecutableDirective &D) { function
938 hasStaticScheduling(*NestedDir))
952 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
966 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
978 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
988 hasStaticScheduling(*NestedDir))
1002 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
1011 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir);
1100 return hasStaticScheduling(D);

Completed in 52 milliseconds