Home
last modified time | relevance | path

Searched refs:getProfileSummary (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp62 auto *SummaryMD = M->getProfileSummary(/* IsCS */ true); in refresh()
68 SummaryMD = M->getProfileSummary(/* IsCS */ false); in refresh()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DModule.cpp644 Metadata *Module::getProfileSummary(bool IsCS) const { in getProfileSummary() function in Module
794 if (auto *SummaryMD = getProfileSummary(/*IsCS*/ false)) { in setPartialSampleProfileRatio()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DModule.h877 Metadata *getProfileSummary(bool IsCS) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp701 bool HasProfileSummary = (M.getProfileSummary(/* IsCS */ false) != nullptr); in run()
DSampleProfile.cpp1849 if (M.getProfileSummary(/* IsCS */ false) == nullptr) { in runOnModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp807 if (MMI->getModule()->getProfileSummary(/*IsCS*/ false) != nullptr) { in emitCompilerInformation()