Home
last modified time | relevance | path

Searched refs:hasSampleProfile (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp97 if (hasSampleProfile()) { in getProfileCount()
138 if (hasSampleProfile()) { in isFunctionHotInCallGraph()
167 if (hasSampleProfile()) { in isFunctionColdInCallGraph()
276 return hasSampleProfile() && CS.getCaller()->hasProfileData(); in isColdCallSite()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h66 bool hasSampleProfile() { in hasSampleProfile() function