Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOptimizationRemarkEmitter.cpp57 if (OptDiag.getHotness().getValueOr(0) < in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOptimizationRemarkEmitter.cpp79 if (OptDiag.getHotness().getValueOr(0) < in emit()
DModuleSummaryAnalysis.cpp126 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness() function
345 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) in computeFunctionSummary()
391 .updateHotness(getHotness(Candidate.Count, PSI)); in computeFunctionSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp403 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()
413 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; in computeImportForFunction()
415 Edge.second.getHotness() == CalleeInfo::HotnessType::Critical; in computeImportForFunction()
463 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction()
469 VI, Edge.second.getHotness(), Reason, 1); in computeImportForFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DRemarkStreamer.cpp92 R.Hotness = Diag.getHotness(); in toRemark()
DLLVMContext.cpp195 (!Remark->isVerbose() || Remark->getHotness()); in isDiagnosticEnabled()
DAsmWriter.cpp2980 if (Call.second.getHotness() != CalleeInfo::HotnessType::Unknown) in printFunctionSummary()
2981 Out << ", hotness: " << getHotnessName(Call.second.getHotness()); in printFunctionSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h472 Optional<uint64_t> getHotness() const { return Hotness; } in getHotness() function
DModuleSummaryIndex.h82 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4072 EI.second.getHotness() != CalleeInfo::HotnessType::Unknown; in writeCombinedGlobalValueSummary()