Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp639 return TTLD->canBeParallelFor(); in supportsSPMDExecutionMode()
H A DCGStmtOpenMP.cpp1459 TeamsLoopCanBeParallel = TTLD->canBeParallelFor(); in EmitOMPReductionClauseFinal()
8068 if (S.canBeParallelFor()) in EmitOMPTargetTeamsGenericLoopDirective()
8081 if (S.canBeParallelFor()) in EmitOMPTargetTeamsGenericLoopDeviceFunction()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2862 Record.writeBool(D->canBeParallelFor()); in VisitOMPTargetTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6308 bool canBeParallelFor() const { return CanBeParallelFor; } in canBeParallelFor() function