Searched refs:getHotness (Results 1 – 10 of 10) sorted by relevance
65 if (OptDiag.getHotness().value_or(0) < Ctx.getDiagnosticsHotnessThreshold()) in emit()
85 if (OptDiag.getHotness().value_or(0) < in emit()
167 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness() function444 auto Hotness = ScaledCount ? getHotness(*ScaledCount, PSI) in computeFunctionSummary()501 .updateHotness(getHotness(Candidate.Count, PSI)); in computeFunctionSummary()
69 R.Hotness = Diag.getHotness(); in toRemark()
225 (!Remark->isVerbose() || Remark->getHotness()); in isDiagnosticEnabled()
3519 if (Call.second.getHotness() != CalleeInfo::HotnessType::Unknown) in printFunctionSummary()3520 Out << ", hotness: " << getHotnessName(Call.second.getHotness()); in printFunctionSummary()
918 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()928 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; in computeImportForFunction()930 Edge.second.getHotness() == CalleeInfo::HotnessType::Critical; in computeImportForFunction()991 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction()997 VI, Edge.second.getHotness(), Reason, 1); in computeImportForFunction()
653 if (D.getHotness()) in EmitOptimizationMessage()654 MsgStream << " (hotness: " << *D.getHotness() << ")"; in EmitOptimizationMessage()670 if (D.isVerbose() && !D.getHotness()) in OptimizationRemarkHandler()
567 std::optional<uint64_t> getHotness() const { return Hotness; } in getHotness() function
101 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness() function