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

/freebsd-11-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-11-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-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp228 DP << " (hotness: " << *Hotness << ")"; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h514 Optional<uint64_t> Hotness; member in class:llvm::DiagnosticInfoOptimizationBase
H A DModuleSummaryIndex.h75 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp345 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5659 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; local

Completed in 142 milliseconds