Searched defs:Hotness (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h65 std::optional<uint64_t> Hotness; member in struct:llvm::remarks::BitstreamRemarkParserHelper
H A DRemark.h87 std::optional<uint64_t> Hotness; member in struct:llvm::remarks::Type::Remark
/openbsd-current/gnu/llvm/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp25 mapRemarkHeader(yaml::IO &io, T PassName, T RemarkName, std::optional<RemarkLocation> RL, T FunctionName, std::optional<uint64_t> Hotness, ArrayRef<Argument> Args) argument
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DDiagnosticInfo.cpp244 DP << " (hotness: " << *Hotness << ")"; local
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h524 std::optional<uint64_t> Hotness; member in class:llvm::DiagnosticInfoOptimizationBase
H A DModuleSummaryIndex.h79 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) argument
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp378 auto Hotness = ScaledCount ? getHotness(*ScaledCount, PSI) local
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7021 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; local

Completed in 275 milliseconds