Searched refs:NewUB (Results 1 – 2 of 2) sorted by relevance
2110 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge() local2111 if (NewUB < ScoreLBs[T]) in merge()2117 M.MyShift = NewUB - ScoreUBs[T]; in merge()2118 M.OtherShift = NewUB - Other.ScoreUBs[T]; in merge()2120 ScoreUBs[T] = NewUB; in merge()
7895 bool setUB(Expr *NewUB, std::optional<bool> LessOp, bool StrictOp,7933 bool OpenMPIterationSpaceChecker::setUB(Expr *NewUB, std::optional<bool> LessOp, in setUB() argument7939 if (!NewUB || NewUB->containsErrors()) in setUB()7941 UB = NewUB; in setUB()8954 ExprResult NewUB = tryBuildCapture(SemaRef, UB, Captures); in buildPreCond() local8955 if (!NewLB.isUsable() || !NewUB.isUsable()) in buildPreCond()8962 NewLB.get(), NewUB.get()); in buildPreCond()