Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp465 unsigned BestScore = SinkScore; in create() local
492 if (PredScore > BestScore) { in create()
494 BestScore = PredScore; in create()
516 BestScore = 0; in create()
537 if (SuccScore > BestScore) { in create()
539 BestScore = SuccScore; in create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp345 APInt BestScore(64, 0); in getBestVariantMatchForContext() local
359 if (Score.ult(BestScore)) in getBestVariantMatchForContext()
362 if (Score.eq(BestScore)) { in getBestVariantMatchForContext()
373 BestScore = Score; in getBestVariantMatchForContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp274 unsigned BestScore = 0; in getBest() local
288 if (Score > BestScore) { in getBest()
289 BestScore = Score; in getBest()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1701 unsigned BestScore = 0; in filterProcessor() local
1709 if (Usefulness > BestScore) { in filterProcessor()
1711 BestScore = Usefulness; in filterProcessor()