Searched refs:NewUB (Results 1 – 2 of 2) sorted by relevance
1401 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge() local1402 if (NewUB < ScoreLBs[T]) in merge()1408 M.MyShift = NewUB - ScoreUBs[T]; in merge()1409 M.OtherShift = NewUB - Other.ScoreUBs[T]; in merge()1411 ScoreUBs[T] = NewUB; in merge()
7307 bool setUB(Expr *NewUB, llvm::Optional<bool> LessOp, bool StrictOp,7345 bool OpenMPIterationSpaceChecker::setUB(Expr *NewUB, in setUB() argument7352 if (!NewUB) in setUB()7354 UB = NewUB; in setUB()8360 ExprResult NewUB = tryBuildCapture(SemaRef, UB, Captures); in buildPreCond() local8361 if (!NewLB.isUsable() || !NewUB.isUsable()) in buildPreCond()8369 NewLB.get(), NewUB.get()); in buildPreCond()