Home
last modified time | relevance | path

Searched refs:NewUB (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1401 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge() local
1402 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7307 bool setUB(Expr *NewUB, llvm::Optional<bool> LessOp, bool StrictOp,
7345 bool OpenMPIterationSpaceChecker::setUB(Expr *NewUB, in setUB() argument
7352 if (!NewUB) in setUB()
7354 UB = NewUB; in setUB()
8360 ExprResult NewUB = tryBuildCapture(SemaRef, UB, Captures); in buildPreCond() local
8361 if (!NewLB.isUsable() || !NewUB.isUsable()) in buildPreCond()
8369 NewLB.get(), NewUB.get()); in buildPreCond()