Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h117 std::optional<uint64_t> Hotness; member
H A DBitstreamRemarkParser.h65 std::optional<uint64_t> Hotness; member
/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()
/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp397 int Hotness; global() member
615 __anon373f1fb90902(GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) exportToDot() argument
/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h69 uint32_t Hotness : 3; global() member
H A DDiagnosticInfo.h524 std::optional<uint64_t> Hotness; global() variable
/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp429 auto Hotness = ScaledCount ? getHotness(*ScaledCount, PSI) computeFunctionSummary() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp748 __anon05cd28790802(CalleeInfo::HotnessType Hotness) computeImportForFunction() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1181 CalleeInfo::HotnessType Hotness = getDecodedHotnessCallEdgeInfo() local
7383 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; makeCallList() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9677 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; parseOptionalCalls() local
9736 parseHotness(CalleeInfo::HotnessType & Hotness) parseHotness() argument
[all...]