Searched refs:getHotness (Results 1 – 11 of 11) sorted by relevance
57 if (OptDiag.getHotness().getValueOr(0) < in emit()
426 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()436 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; in computeImportForFunction()438 Edge.second.getHotness() == CalleeInfo::HotnessType::Critical; in computeImportForFunction()486 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction()492 VI, Edge.second.getHotness(), Reason, 1); in computeImportForFunction()
83 if (OptDiag.getHotness().getValueOr(0) < in emit()
125 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness() function340 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) in computeFunctionSummary()386 .updateHotness(getHotness(Candidate.Count, PSI)); in computeFunctionSummary()
66 R.Hotness = Diag.getHotness(); in toRemark()
208 (!Remark->isVerbose() || Remark->getHotness()); in isDiagnosticEnabled()
3232 if (Call.second.getHotness() != CalleeInfo::HotnessType::Unknown) in printFunctionSummary()3233 Out << ", hotness: " << getHotnessName(Call.second.getHotness()); in printFunctionSummary()
682 if (D.getHotness()) in EmitOptimizationMessage()683 MsgStream << " (hotness: " << *D.getHotness() << ")"; in EmitOptimizationMessage()701 if (D.isVerbose() && !D.getHotness()) in OptimizationRemarkHandler()
477 Optional<uint64_t> getHotness() const { return Hotness; } in getHotness() function
83 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness() function
4257 EI.second.getHotness() != CalleeInfo::HotnessType::Unknown; in writeCombinedGlobalValueSummary()