Searched defs:Hotness (Results 1 – 12 of 12) sorted by relevance
113 std::optional<uint64_t> Hotness; global() member
65 std::optional<uint64_t> Hotness; member
138 if (const std::optional<uint64_t> &Hotness = unwrap(Remark)->Hotness) in LLVMRemarkEntryGetHotness() local
291 if (std::optional<uint64_t> Hotness = Remark.Hotness) { in emitRemarkBlock() local
27 std::optional<uint64_t> Hotness, in mapRemarkHeader()
397 int Hotness; member615 auto Draw = [&](GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) { in exportToDot()
70 uint32_t Hotness : 3; member
524 std::optional<uint64_t> Hotness; variable
431 auto Hotness = ScaledCount ? getHotness(*ScaledCount, PSI) in computeFunctionSummary() local
748 auto GetBonusMultiplier = [](CalleeInfo::HotnessType Hotness) -> float { in computeImportForFunction()
1181 CalleeInfo::HotnessType Hotness = in getDecodedHotnessCallEdgeInfo() local7382 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; in makeCallList() local
9699 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; in parseOptionalCalls() local9758 bool LLParser::parseHotness(CalleeInfo::HotnessType &Hotness) { in parseHotness()