Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp112 if (hasSampleProfile()) { in getProfileCount()
153 if (hasSampleProfile()) { in isFunctionHotInCallGraph()
182 if (hasSampleProfile()) { in isFunctionColdInCallGraph()
207 if (hasSampleProfile()) { in isFunctionHotInCallGraphNthPercentile()
351 return hasSampleProfile() && CS.getCaller()->hasProfileData(); in isColdCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h62 PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf, in shouldFuncOptimizeForSizeImpl()
87 PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf, in shouldOptimizeForSizeImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h74 bool hasSampleProfile() { in hasSampleProfile() function