Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp209 unsigned getScoreLB(InstCounterType T) const { in getScoreLB() function in __anon524ede880211::WaitcntBrackets
220 return getScoreUB(T) - getScoreLB(T); in getScoreRange()
732 unsigned LB = getScoreLB(T); in print()
785 const unsigned LB = getScoreLB(T); in determineWait()
823 setScoreLB(T, std::max(getScoreLB(T), UB - Count)); in applyWaitcnt()
1745 if (Brackets.getRegScore(RegNo, VM_CNT) > Brackets.getScoreLB(VM_CNT)) { in shouldFlushVmCnt()