Searched refs:BestScore (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp415 unsigned BestScore = SinkScore; local
442 if (PredScore > BestScore) {
444 BestScore = PredScore;
466 BestScore = 0;
487 if (SuccScore > BestScore) {
489 BestScore = SuccScore;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp330 APInt BestScore(64, 0);
344 if (Score.ult(BestScore))
347 if (Score.eq(BestScore)) {
358 BestScore = Score;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp269 unsigned BestScore = 0; local
283 if (Score > BestScore) {
284 BestScore = Score;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1695 unsigned BestScore = 0;
1703 if (Usefulness > BestScore) {
1705 BestScore = Usefulness;

Completed in 109 milliseconds