Home
last modified time | relevance | path

Searched refs:BestScore (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp512 unsigned BestScore = SinkScore; in create() local
539 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()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp416 APInt BestScore(64, 0); in getBestVariantMatchForContext() local
431 if (Score.ult(BestScore)) in getBestVariantMatchForContext()
434 if (Score.eq(BestScore)) { in getBestVariantMatchForContext()
445 BestScore = Score; in getBestVariantMatchForContext()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp322 unsigned BestScore = 0; in getBest() local
336 if (Score > BestScore) { in getBest()
337 BestScore = Score; in getBest()
H A DSLPVectorizer.cpp3260 int BestScore = Limit; in findBestRootPair() local
3267 if (Score > BestScore) { in findBestRootPair()
3268 BestScore = Score; in findBestRootPair()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1764 unsigned BestScore = 0; in filterProcessor() local
1772 if (Usefulness > BestScore) { in filterProcessor()
1774 BestScore = Usefulness; in filterProcessor()