Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp342 APInt BestScore(64, 0); in getBestVariantMatchForContext() local
356 if (Score.ult(BestScore)) in getBestVariantMatchForContext()
359 if (Score.eq(BestScore)) { in getBestVariantMatchForContext()
370 BestScore = Score; in getBestVariantMatchForContext()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp266 unsigned BestScore = 0; in getBest() local
280 if (Score > BestScore) { in getBest()
281 BestScore = Score; in getBest()
H A DSLPVectorizer.cpp2191 int BestScore = Limit; in findBestRootPair() local
2198 if (Score > BestScore) { in findBestRootPair()
2199 BestScore = Score; in findBestRootPair()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1728 unsigned BestScore = 0; in filterProcessor() local
1736 if (Usefulness > BestScore) { in filterProcessor()
1738 BestScore = Usefulness; in filterProcessor()