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

/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp244 DP << " (hotness: " << *Hotness << ")"; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp24 mapRemarkHeader(yaml::IO &io, T PassName, T RemarkName, Optional<RemarkLocation> RL, T FunctionName, Optional<uint64_t> Hotness, ArrayRef<Argument> Args) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp340 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h519 Optional<uint64_t> Hotness; member in class:llvm::DiagnosticInfoOptimizationBase
H A DModuleSummaryIndex.h76 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6014 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; local

Completed in 322 milliseconds