Home
last modified time | relevance | path

Searched defs:Hotness (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h113 std::optional<uint64_t> Hotness; global() member
H A DBitstreamRemarkParser.h65 std::optional<uint64_t> Hotness; member
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemark.cpp138 if (const std::optional<uint64_t> &Hotness = unwrap(Remark)->Hotness) in LLVMRemarkEntryGetHotness() local
H A DBitstreamRemarkSerializer.cpp291 if (std::optional<uint64_t> Hotness = Remark.Hotness) { in emitRemarkBlock() local
H A DYAMLRemarkSerializer.cpp27 std::optional<uint64_t> Hotness, in mapRemarkHeader()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp397 int Hotness; member
615 auto Draw = [&](GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) { in exportToDot()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h70 uint32_t Hotness : 3; member
H A DDiagnosticInfo.h524 std::optional<uint64_t> Hotness; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp431 auto Hotness = ScaledCount ? getHotness(*ScaledCount, PSI) in computeFunctionSummary() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp748 auto GetBonusMultiplier = [](CalleeInfo::HotnessType Hotness) -> float { in computeImportForFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1181 CalleeInfo::HotnessType Hotness = in getDecodedHotnessCallEdgeInfo() local
7382 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; in makeCallList() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9699 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; in parseOptionalCalls() local
9758 bool LLParser::parseHotness(CalleeInfo::HotnessType &Hotness) { in parseHotness()