Searched refs:getHotness (Results 1 – 10 of 10) sorted by relevance
57 if (OptDiag.getHotness().getValueOr(0) < in emit()
79 if (OptDiag.getHotness().getValueOr(0) < in emit()
126 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness() function345 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) in computeFunctionSummary()391 .updateHotness(getHotness(Candidate.Count, PSI)); in computeFunctionSummary()
403 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()413 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; in computeImportForFunction()415 Edge.second.getHotness() == CalleeInfo::HotnessType::Critical; in computeImportForFunction()463 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction()469 VI, Edge.second.getHotness(), Reason, 1); in computeImportForFunction()
92 R.Hotness = Diag.getHotness(); in toRemark()
195 (!Remark->isVerbose() || Remark->getHotness()); in isDiagnosticEnabled()
2980 if (Call.second.getHotness() != CalleeInfo::HotnessType::Unknown) in printFunctionSummary()2981 Out << ", hotness: " << getHotnessName(Call.second.getHotness()); in printFunctionSummary()
472 Optional<uint64_t> getHotness() const { return Hotness; } in getHotness() function
82 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness() function
4072 EI.second.getHotness() != CalleeInfo::HotnessType::Unknown; in writeCombinedGlobalValueSummary()