Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h139 bool isHotCallSite(const CallSite &CS, BlockFrequencyInfo *BFI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp337 bool ProfileSummaryInfo::isHotCallSite(const CallSite &CS, in isHotCallSite() function in ProfileSummaryInfo
DInlineCost.cpp1113 PSI->isHotCallSite(CallSite(&Call), CallerBFI)) in getHotCallSiteThreshold()