Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DRemark.h87 Optional<uint64_t> Hotness; member
H A DBitstreamRemarkParser.h65 Optional<uint64_t> Hotness; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemark.cpp100 if (const Optional<uint64_t> &Hotness = unwrap(Remark)->Hotness) in LLVMRemarkEntryGetHotness() local
H A DBitstreamRemarkSerializer.cpp288 if (Optional<uint64_t> Hotness = Remark.Hotness) { in emitRemarkBlock() local
H A DYAMLRemarkSerializer.cpp26 Optional<uint64_t> Hotness, in mapRemarkHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp379 int Hotness; member
576 auto Draw = [&](GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) { in exportToDot()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h66 uint32_t Hotness : 3; member
H A DDiagnosticInfo.h519 Optional<uint64_t> Hotness; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp340 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) in computeFunctionSummary() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp415 auto GetBonusMultiplier = [](CalleeInfo::HotnessType Hotness) -> float { in computeImportForFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8930 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; in parseOptionalCalls() local
8973 bool LLParser::parseHotness(CalleeInfo::HotnessType &Hotness) { in parseHotness()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6014 CalleeInfo::HotnessType Hotness = CalleeInfo::HotnessType::Unknown; in makeCallList() local