Searched refs:BestScore (Results 1 – 4 of 4) sorted by relevance
465 unsigned BestScore = SinkScore; in create() local492 if (PredScore > BestScore) { in create()494 BestScore = PredScore; in create()516 BestScore = 0; in create()537 if (SuccScore > BestScore) { in create()539 BestScore = SuccScore; in create()
345 APInt BestScore(64, 0); in getBestVariantMatchForContext() local359 if (Score.ult(BestScore)) in getBestVariantMatchForContext()362 if (Score.eq(BestScore)) { in getBestVariantMatchForContext()373 BestScore = Score; in getBestVariantMatchForContext()
274 unsigned BestScore = 0; in getBest() local288 if (Score > BestScore) { in getBest()289 BestScore = Score; in getBest()
1701 unsigned BestScore = 0; in filterProcessor() local1709 if (Usefulness > BestScore) { in filterProcessor()1711 BestScore = Usefulness; in filterProcessor()