Lines Matching refs:UpperBound
6185 const Expr **E, int32_t &UpperBound, in getNumThreads() argument
6212 UpperBound = 1; in getNumThreads()
6243 UpperBound = in getNumThreads()
6244 UpperBound in getNumThreads()
6246 : std::min(UpperBound, in getNumThreads()
6250 if (UpperBound == -1) in getNumThreads()
6251 UpperBound = 0; in getNumThreads()
6272 UpperBound = 1; in getNumThreads()
6276 CodeGenFunction &CGF, const OMPExecutableDirective &D, int32_t &UpperBound, in getNumThreadsExprForTargetDirective() argument
6291 UpperBound = UpperBound ? Constant->getZExtValue() in getNumThreadsExprForTargetDirective()
6292 : std::min(UpperBound, in getNumThreadsExprForTargetDirective()
6297 if (UpperBound == -1) in getNumThreadsExprForTargetDirective()
6298 UpperBound = 0; in getNumThreadsExprForTargetDirective()
6304 UpperBound = 1; in getNumThreadsExprForTargetDirective()
6311 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6352 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6365 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6371 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6382 getNumThreads(CGF, D.getInnermostCapturedStmt(), NTPtr, UpperBound, in getNumThreadsExprForTargetDirective()
6441 int32_t UpperBound = -1; in emitNumThreadsForTargetDirective() local
6444 CGF, D, UpperBound, /* UpperBoundOnly */ false, &CondVal, in emitNumThreadsForTargetDirective()
6456 if (UpperBound == 1) { in emitNumThreadsForTargetDirective()
6457 NumThreadsVal = CGF.Builder.getInt32(UpperBound); in emitNumThreadsForTargetDirective()