Lines Matching refs:ScoreLBs
279 return ScoreLBs[T]; in getScoreLB()
332 return ((LastFlat[DS_CNT] > ScoreLBs[DS_CNT] && in hasPendingFlat()
334 (LastFlat[LOAD_CNT] > ScoreLBs[LOAD_CNT] && in hasPendingFlat()
379 ScoreLBs[T] = Val; in setScoreLB()
390 ScoreLBs[EXP_CNT] = ScoreUBs[EXP_CNT] - getWaitCountMax(EXP_CNT); in setScoreUB()
414 unsigned ScoreLBs[NUM_INST_CNTS] = {0}; member in __anon954e14670211::WaitcntBrackets
2161 const unsigned MyPending = ScoreUBs[T] - ScoreLBs[T]; in merge()
2162 const unsigned OtherPending = Other.ScoreUBs[T] - Other.ScoreLBs[T]; in merge()
2163 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge()
2164 if (NewUB < ScoreLBs[T]) in merge()
2168 M.OldLB = ScoreLBs[T]; in merge()
2169 M.OtherLB = Other.ScoreLBs[T]; in merge()