Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp454 unsigned BestScore = SinkScore; in create() local
481 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()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp344 APInt BestScore(64, 0); in getBestVariantMatchForContext() local
358 if (Score.ult(BestScore)) in getBestVariantMatchForContext()
361 if (Score.eq(BestScore)) { in getBestVariantMatchForContext()
372 BestScore = Score; in getBestVariantMatchForContext()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp265 unsigned BestScore = 0; in getBest() local
279 if (Score > BestScore) { in getBest()
280 BestScore = Score; in getBest()
H A DSLPVectorizer.cpp2029 int BestScore = Limit; in findBestRootPair() local
2036 if (Score > BestScore) { in findBestRootPair()
2037 BestScore = Score; in findBestRootPair()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1740 unsigned BestScore = 0; in filterProcessor() local
1748 if (Usefulness > BestScore) { in filterProcessor()
1750 BestScore = Usefulness; in filterProcessor()