Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp105 ProfileSummaryInfo::getProfileCount(const Instruction *Inst, in getProfileCount() function in ProfileSummaryInfo
158 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraph()
187 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionColdInCallGraph()
212 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraphNthPercentile()
339 auto C = getProfileCount(CS.getInstruction(), BFI); in isHotCallSite()
345 auto C = getProfileCount(CS.getInstruction(), BFI); in isColdCallSite()
DModuleSummaryAnalysis.cpp344 auto ScaledCount = PSI->getProfileCount(&I, BFI); in computeFunctionSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h103 Optional<uint64_t> getProfileCount(const Instruction *CallInst,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1507 auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None; in updateCallProfile()