Searched refs:NewUB (Results 1 – 2 of 2) sorted by relevance
2400 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge() local2401 if (NewUB < ScoreLBs[T]) in merge()2407 M.MyShift = NewUB - ScoreUBs[T]; in merge()2408 M.OtherShift = NewUB - Other.ScoreUBs[T]; in merge()2410 ScoreUBs[T] = NewUB; in merge()
7899 bool setUB(Expr *NewUB, std::optional<bool> LessOp, bool StrictOp,7937 bool OpenMPIterationSpaceChecker::setUB(Expr *NewUB, std::optional<bool> LessOp, in setUB() argument7943 if (!NewUB || NewUB->containsErrors()) in setUB()7945 UB = NewUB; in setUB()8992 ExprResult NewUB = tryBuildCapture(SemaRef, UB, Captures); in buildPreCond() local8993 if (!NewLB.isUsable() || !NewUB.isUsable()) in buildPreCond()9000 NewLB.get(), NewUB.get()); in buildPreCond()