Home
last modified time | relevance | path

Searched refs:getHotness (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp57 if (OptDiag.getHotness().getValueOr(0) < in emit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp426 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()
436 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; in computeImportForFunction()
438 Edge.second.getHotness() == CalleeInfo::HotnessType::Critical; in computeImportForFunction()
486 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction()
492 VI, Edge.second.getHotness(), Reason, 1); in computeImportForFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp83 if (OptDiag.getHotness().getValueOr(0) < in emit()
H A DModuleSummaryAnalysis.cpp125 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness() function
340 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) in computeFunctionSummary()
386 .updateHotness(getHotness(Candidate.Count, PSI)); in computeFunctionSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp66 R.Hotness = Diag.getHotness(); in toRemark()
H A DLLVMContext.cpp208 (!Remark->isVerbose() || Remark->getHotness()); in isDiagnosticEnabled()
H A DAsmWriter.cpp3232 if (Call.second.getHotness() != CalleeInfo::HotnessType::Unknown) in printFunctionSummary()
3233 Out << ", hotness: " << getHotnessName(Call.second.getHotness()); in printFunctionSummary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp682 if (D.getHotness()) in EmitOptimizationMessage()
683 MsgStream << " (hotness: " << *D.getHotness() << ")"; in EmitOptimizationMessage()
701 if (D.isVerbose() && !D.getHotness()) in OptimizationRemarkHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h477 Optional<uint64_t> getHotness() const { return Hotness; } in getHotness() function
H A DModuleSummaryIndex.h83 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4257 EI.second.getHotness() != CalleeInfo::HotnessType::Unknown; in writeCombinedGlobalValueSummary()