Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp766 static bool hasParallelIfNumThreadsClause(ASTContext &Ctx, in hasParallelIfNumThreadsClause() function
795 !hasParallelIfNumThreadsClause(Ctx, *NestedDir)) in hasNestedSPMDDirective()
806 !hasParallelIfNumThreadsClause(Ctx, *NND)) in hasNestedSPMDDirective()
813 !hasParallelIfNumThreadsClause(Ctx, *NestedDir); in hasNestedSPMDDirective()
885 return !hasParallelIfNumThreadsClause(Ctx, D); in supportsSPMDExecutionMode()