Lines Matching refs:Score2
427 const double Score2 = getNormalizedScore(*BB2, RI2); in reportHottestBBDiffs() local
432 << "%\n\tScore bin2 = " << format("%.4f", Score2 * 100.0); in reportHottestBBDiffs()
434 printColoredPercentage((Score2 - Score1) * 100.0); in reportHottestBBDiffs()
460 const double Score2 = std::get<2>(Edge2); in reportHottestEdgeDiffs() local
466 << "%\n\tScore bin2 = " << format("%.4f", Score2 * 100.0); in reportHottestEdgeDiffs()
468 printColoredPercentage((Score2 - Score1) * 100.0); in reportHottestEdgeDiffs()
533 double Score2 = getNormalizedScore(*Func2, RI2); in reportHottestFuncDiffs() local
536 Score2 = LTOAggregatedScore2[Iter2->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()