Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1233 if (const auto *NumThreadsClause = S.getSingleClause<OMPNumThreadsClause>()) { in emitCommonOMPParallelDirective() local
1236 CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(), in emitCommonOMPParallelDirective()
1239 CGF, NumThreads, NumThreadsClause->getBeginLoc()); in emitCommonOMPParallelDirective()
H A DCGOpenMPRuntime.cpp6520 if (const auto *NumThreadsClause = in emitNumThreadsForTargetDirective() local
6524 CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(), in emitNumThreadsForTargetDirective()