Home
last modified time | relevance | path

Searched refs:hasInstrumentationProfile (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h42 (PSI->hasInstrumentationProfile() && PGSOColdCodeOnlyForInstrPGO) || in isPGSOColdCodeOnly()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp120 if (PSI->hasInstrumentationProfile() || PSI->hasCSInstrumentationProfile()) { in isColdBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h80 bool hasInstrumentationProfile() const { in hasInstrumentationProfile() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp363 if (!PSI.hasInstrumentationProfile()) in computeOutliningColdRegionsInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp802 if (!(PSI->hasInstrumentationProfile() || PSI->hasSampleProfile())) in isCostBenefitAnalysisEnabled()