HomeSort by: relevance | last modified time | path
    Searched defs:hasStaticScheduling (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 809 static bool hasStaticScheduling(const OMPExecutableDirective &D) {
837 hasStaticScheduling(*NestedDir))
851 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
865 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
877 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
887 hasStaticScheduling(*NestedDir))
901 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
910 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir);
999 return hasStaticScheduling(D);

Completed in 44 milliseconds