Lines Matching refs:ScoreLBs
206 return ScoreLBs[T]; in getScoreLB()
263 return ((LastFlat[LGKM_CNT] > ScoreLBs[LGKM_CNT] && in hasPendingFlat()
265 (LastFlat[VM_CNT] > ScoreLBs[VM_CNT] && in hasPendingFlat()
301 ScoreLBs[T] = Val; in setScoreLB()
309 if (ScoreLBs[T] < UB && UB < ScoreUBs[T]) in setScoreUB()
310 ScoreLBs[T] = UB; in setScoreUB()
332 unsigned ScoreLBs[NUM_INST_CNTS] = {0}; member in __anon87474e610211::WaitcntBrackets
1491 const unsigned MyPending = ScoreUBs[T] - ScoreLBs[T]; in merge()
1492 const unsigned OtherPending = Other.ScoreUBs[T] - Other.ScoreLBs[T]; in merge()
1493 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge()
1494 if (NewUB < ScoreLBs[T]) in merge()
1498 M.OldLB = ScoreLBs[T]; in merge()
1499 M.OtherLB = Other.ScoreLBs[T]; in merge()