Searched refs:BestScore (Results 1 – 5 of 5) sorted by relevance
454 unsigned BestScore = SinkScore; in create() local481 if (PredScore > BestScore) { in create()483 BestScore = PredScore; in create()505 BestScore = 0; in create()526 if (SuccScore > BestScore) { in create()528 BestScore = SuccScore; in create()
344 APInt BestScore(64, 0); in getBestVariantMatchForContext() local358 if (Score.ult(BestScore)) in getBestVariantMatchForContext()361 if (Score.eq(BestScore)) { in getBestVariantMatchForContext()372 BestScore = Score; in getBestVariantMatchForContext()
265 unsigned BestScore = 0; in getBest() local279 if (Score > BestScore) { in getBest()280 BestScore = Score; in getBest()
2029 int BestScore = Limit; in findBestRootPair() local2036 if (Score > BestScore) { in findBestRootPair()2037 BestScore = Score; in findBestRootPair()
1740 unsigned BestScore = 0; in filterProcessor() local1748 if (Usefulness > BestScore) { in filterProcessor()1750 BestScore = Usefulness; in filterProcessor()