Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h42 (PSI->hasInstrumentationProfile() && PGSOColdCodeOnlyForInstrPGO) || in isPGSOColdCodeOnly()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DProfileSummaryInfoTest.cpp131 EXPECT_FALSE(PSI.hasInstrumentationProfile()); in TEST_F()
200 EXPECT_TRUE(PSI.hasInstrumentationProfile()); in TEST_F()
267 EXPECT_TRUE(PSI.hasInstrumentationProfile()); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h77 bool hasInstrumentationProfile() const { in hasInstrumentationProfile() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp410 if (!PSI.hasInstrumentationProfile()) in computeOutliningColdRegionsInfo()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp758 if (!PSI->hasInstrumentationProfile()) in isCostBenefitAnalysisEnabled()