Searched refs:TotalScore (Results 1 – 1 of 1) sorted by relevance
297 int TotalScore = RetagScore[ST] += Score; in findFirstSlotCandidate() local298 if (TotalScore > MaxScore || in findFirstSlotCandidate()299 (TotalScore == MaxScore && ST.FI > MaxScoreST.FI)) { in findFirstSlotCandidate()300 MaxScore = TotalScore; in findFirstSlotCandidate()