Searched refs:NewUB (Results 1 – 2 of 2) sorted by relevance
1504 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge() local1505 if (NewUB < ScoreLBs[T]) in merge()1511 M.MyShift = NewUB - ScoreUBs[T]; in merge()1512 M.OtherShift = NewUB - Other.ScoreUBs[T]; in merge()1514 ScoreUBs[T] = NewUB; in merge()
7938 bool setUB(Expr *NewUB, std::optional<bool> LessOp, bool StrictOp,7976 bool OpenMPIterationSpaceChecker::setUB(Expr *NewUB, std::optional<bool> LessOp, in setUB() argument7982 if (!NewUB || NewUB->containsErrors()) in setUB()7984 UB = NewUB; in setUB()8984 ExprResult NewUB = tryBuildCapture(SemaRef, UB, Captures); in buildPreCond() local8985 if (!NewLB.isUsable() || !NewUB.isUsable()) in buildPreCond()8992 NewLB.get(), NewUB.get()); in buildPreCond()