Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/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-src/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() argument
/freebsd-src/contrib/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; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp400 auto Hotness = ScaledCount ? getHotness(*ScaledCount, PSI) computeFunctionSummary() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp710 __anon9e2a56780802(CalleeInfo::HotnessType Hotness) computeImportForFunction() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1122 CalleeInfo::HotnessType Hotness = getDecodedHotnessCallEdgeInfo() local
7067 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; makeCallList() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9238 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; parseOptionalCalls() local
9297 parseHotness(CalleeInfo::HotnessType & Hotness) parseHotness() argument
[all...]