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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h65 Optional<uint64_t> Hotness; member in struct:llvm::remarks::BitstreamRemarkParserHelper
H A DRemark.h87 Optional<uint64_t> Hotness; member in struct:llvm::remarks::Type::Remark
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp229 DP << " (hotness: " << *Hotness << ")"; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp23 mapRemarkHeader(yaml::IO &io, T PassName, T RemarkName, Optional<RemarkLocation> RL, T FunctionName, Optional<uint64_t> Hotness, ArrayRef<Argument> Args) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h515 Optional<uint64_t> Hotness; member in class:llvm::DiagnosticInfoOptimizationBase
H A DModuleSummaryIndex.h76 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp345 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5758 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; local

Completed in 192 milliseconds