Lines Matching refs:UpperBound
6200 const Expr **E, int32_t &UpperBound, in getNumThreads() argument
6227 UpperBound = 1; in getNumThreads()
6258 UpperBound = in getNumThreads()
6259 UpperBound in getNumThreads()
6261 : std::min(UpperBound, in getNumThreads()
6265 if (UpperBound == -1) in getNumThreads()
6266 UpperBound = 0; in getNumThreads()
6287 UpperBound = 1; in getNumThreads()
6291 CodeGenFunction &CGF, const OMPExecutableDirective &D, int32_t &UpperBound, in getNumThreadsExprForTargetDirective() argument
6306 UpperBound = UpperBound ? Constant->getZExtValue() in getNumThreadsExprForTargetDirective()
6307 : std::min(UpperBound, in getNumThreadsExprForTargetDirective()
6312 if (UpperBound == -1) in getNumThreadsExprForTargetDirective()
6313 UpperBound = 0; in getNumThreadsExprForTargetDirective()
6319 UpperBound = 1; in getNumThreadsExprForTargetDirective()
6326 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6367 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6380 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6386 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6397 getNumThreads(CGF, D.getInnermostCapturedStmt(), NTPtr, UpperBound, in getNumThreadsExprForTargetDirective()
6456 int32_t UpperBound = -1; in emitNumThreadsForTargetDirective() local
6459 CGF, D, UpperBound, /* UpperBoundOnly */ false, &CondVal, in emitNumThreadsForTargetDirective()
6471 if (UpperBound == 1) { in emitNumThreadsForTargetDirective()
6472 NumThreadsVal = CGF.Builder.getInt32(UpperBound); in emitNumThreadsForTargetDirective()