Home
last modified time | relevance | path

Searched refs:hasPartialSampleProfile (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h45 ((!PSI->hasPartialSampleProfile() && PGSOColdCodeOnlyForSamplePGO) || in isPGSOColdCodeOnly()
46 (PSI->hasPartialSampleProfile() && in isPGSOColdCodeOnly()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp168 assert(hasPartialSampleProfile() && "Expect partial sample profile"); in isFunctionHotnessUnknown()
247 if (!hasPartialSampleProfile() || !ScalePartialSampleProfileWorkingSetSize) { in computeThresholds()
375 bool ProfileSummaryInfo::hasPartialSampleProfile() const { in hasPartialSampleProfile() function in ProfileSummaryInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h104 bool hasPartialSampleProfile() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp490 else if (ProfileUnknownInSpecialSection && PSI->hasPartialSampleProfile() && in runOnFunction()