Searched refs:BestScore (Results 1 – 5 of 5) sorted by relevance
513 unsigned BestScore = SinkScore; in create() local540 if (PredScore > BestScore) { in create()542 BestScore = PredScore; in create()564 BestScore = 0; in create()585 if (SuccScore > BestScore) { in create()587 BestScore = SuccScore; in create()
343 APInt BestScore(64, 0); in getBestVariantMatchForContext() local357 if (Score.ult(BestScore)) in getBestVariantMatchForContext()360 if (Score.eq(BestScore)) { in getBestVariantMatchForContext()371 BestScore = Score; in getBestVariantMatchForContext()
266 unsigned BestScore = 0; in getBest() local280 if (Score > BestScore) { in getBest()281 BestScore = Score; in getBest()
2479 int BestScore = Limit; in findBestRootPair() local 2486 if (Score > BestScore) { in findBestRootPair() 2487 BestScore = Score; in findBestRootPair()
1780 unsigned BestScore = 0; in filterProcessor() local1788 if (Usefulness > BestScore) { in filterProcessor()1790 BestScore = Usefulness; in filterProcessor()