HomeSort by: relevance | last modified time | path
    Searched defs:BestScore (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanSLP.cpp 274 unsigned BestScore = 0;
288 if (Score > BestScore) {
289 BestScore = Score;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
HotColdSplitting.cpp 465 unsigned BestScore = SinkScore;
492 if (PredScore > BestScore) {
494 BestScore = PredScore;
516 BestScore = 0;
537 if (SuccScore > BestScore) {
539 BestScore = SuccScore;

Completed in 19 milliseconds