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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h656 /// thread limit expression is stored in \p ThreadLimitExpr. If \p
661 llvm::Value **CondExpr = nullptr, const Expr **ThreadLimitExpr = nullptr);
H A DCGOpenMPRuntime.cpp6277 bool UpperBoundOnly, llvm::Value **CondVal, const Expr **ThreadLimitExpr) {
6320 if (ThreadLimitExpr) {
6341 CheckForConstExpr(ThreadLimitClause->getThreadLimit(), ThreadLimitExpr);
6362 CheckForConstExpr(ThreadLimitClause->getThreadLimit(), ThreadLimitExpr);
6380 CheckForConstExpr(ThreadLimitClause->getThreadLimit(), ThreadLimitExpr);
6416 CheckForConstExpr(ThreadLimitClause->getThreadLimit(), ThreadLimitExpr);
6440 const Expr *ThreadLimitExpr = nullptr; local
6445 &ThreadLimitExpr);
6448 if (ThreadLimitExpr) {
6450 CGF.EmitScalarExpr(ThreadLimitExpr, /*IgnoreResultAssig
6275 getNumThreadsExprForTargetDirective( CodeGenFunction &CGF, const OMPExecutableDirective &D, int32_t &UpperBound, bool UpperBoundOnly, llvm::Value **CondVal, const Expr **ThreadLimitExpr) argument
[all...]

Completed in 261 milliseconds