Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOptimizationRemarkEmitter.cpp57 if (OptDiag.getHotness().getValueOr(0) < in emit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp121 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness() function
293 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) in computeFunctionSummary()
339 .updateHotness(getHotness(Candidate.Count, PSI)); in computeFunctionSummary()
DOptimizationRemarkEmitter.cpp79 if (OptDiag.getHotness().getValueOr(0) < in emit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp209 (!Remark->isVerbose() || Remark->getHotness()); in isDiagnosticEnabled()
DAsmWriter.cpp2878 if (Call.second.getHotness() != CalleeInfo::HotnessType::Unknown) in printFunctionSummary()
2879 Out << ", hotness: " << getHotnessName(Call.second.getHotness()); in printFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp316 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()
408 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; in computeImportForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDiagnosticInfo.h459 Optional<uint64_t> getHotness() const { return Hotness; } in getHotness() function
DModuleSummaryIndex.h81 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3790 EI.second.getHotness() != CalleeInfo::HotnessType::Unknown; in writeCombinedGlobalValueSummary()