Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h44 ((!PSI->hasPartialSampleProfile() && PGSOColdCodeOnlyForSamplePGO) || in isPGSOColdCodeOnly()
45 (PSI->hasPartialSampleProfile() && in isPGSOColdCodeOnly()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp170 assert(hasPartialSampleProfile() && "Expect partial sample profile"); in isFunctionHotnessUnknown()
249 if (!hasPartialSampleProfile() || !ScalePartialSampleProfileWorkingSetSize) { in computeThresholds()
377 bool ProfileSummaryInfo::hasPartialSampleProfile() const { in hasPartialSampleProfile() function in ProfileSummaryInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h105 bool hasPartialSampleProfile() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp533 else if (ProfileUnknownInSpecialSection && PSI->hasPartialSampleProfile() && in runOnFunction()