Searched refs:BestScore (Results 1 – 5 of 5) sorted by relevance
512 unsigned BestScore = SinkScore; in create() local539 if (PredScore > BestScore) { in create()541 BestScore = PredScore; in create()563 BestScore = 0; in create()584 if (SuccScore > BestScore) { in create()586 BestScore = SuccScore; in create()
416 APInt BestScore(64, 0); in getBestVariantMatchForContext() local431 if (Score.ult(BestScore)) in getBestVariantMatchForContext()434 if (Score.eq(BestScore)) { in getBestVariantMatchForContext()445 BestScore = Score; in getBestVariantMatchForContext()
322 unsigned BestScore = 0; in getBest() local336 if (Score > BestScore) { in getBest()337 BestScore = Score; in getBest()
3260 int BestScore = Limit; in findBestRootPair() local3267 if (Score > BestScore) { in findBestRootPair()3268 BestScore = Score; in findBestRootPair()
1764 unsigned BestScore = 0; in filterProcessor() local1772 if (Usefulness > BestScore) { in filterProcessor()1774 BestScore = Usefulness; in filterProcessor()