Lines Matching refs:Score1
428 const double Score1 = getNormalizedScore(*BBMap[BB2], RI1); in reportHottestBBDiffs() local
431 << "\n\tScore bin1 = " << format("%.4f", Score1 * 100.0) in reportHottestBBDiffs()
434 printColoredPercentage((Score2 - Score1) * 100.0); in reportHottestBBDiffs()
461 const double Score1 = std::get<2>(Edge1); in reportHottestEdgeDiffs() local
465 << "\n\tScore bin1 = " << format("%.4f", Score1 * 100.0) in reportHottestEdgeDiffs()
468 printColoredPercentage((Score2 - Score1) * 100.0); in reportHottestEdgeDiffs()
529 double Score1 = getNormalizedScore(*Func1, RI1); in reportHottestFuncDiffs() local
532 Score1 = LTOAggregatedScore1[Iter1->second]; in reportHottestFuncDiffs()
537 if (Score1 == 0.0 || Score2 == 0.0) in reportHottestFuncDiffs()
540 std::make_pair<>(std::abs(Score1 - Score2), MapEntry)); in reportHottestFuncDiffs()
541 ScoreMap[Func2] = std::make_pair<>(Score1, Score2); in reportHottestFuncDiffs()