Searched refs:BestScore (Results 1 – 5 of 5) sorted by relevance
495 unsigned BestScore = SinkScore; in create() local522 if (PredScore > BestScore) { in create()524 BestScore = PredScore; in create()546 BestScore = 0; in create()567 if (SuccScore > BestScore) { in create()569 BestScore = SuccScore; in create()
342 APInt BestScore(64, 0); in getBestVariantMatchForContext() local356 if (Score.ult(BestScore)) in getBestVariantMatchForContext()359 if (Score.eq(BestScore)) { in getBestVariantMatchForContext()370 BestScore = Score; in getBestVariantMatchForContext()
266 unsigned BestScore = 0; in getBest() local280 if (Score > BestScore) { in getBest()281 BestScore = Score; in getBest()
2207 int BestScore = Limit; in findBestRootPair() local2214 if (Score > BestScore) { in findBestRootPair()2215 BestScore = Score; in findBestRootPair()
1730 unsigned BestScore = 0; in filterProcessor() local1738 if (Usefulness > BestScore) { in filterProcessor()1740 BestScore = Usefulness; in filterProcessor()