Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp811 auto CallSiteFreq = CallerBFI->getBlockFreq(CallSiteBB); in isColdCallSite() local
814 return CallSiteFreq < CallerEntryFreq * ColdProb; in isColdCallSite()
836 auto CallSiteFreq = CallerBFI->getBlockFreq(CallSiteBB).getFrequency(); in getHotCallSiteThreshold() local
838 if (CallSiteFreq >= CallerEntryFreq * HotCallSiteRelFreq) in getHotCallSiteThreshold()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2137 auto CallSiteFreq = CallerBFI.getBlockFreq(CallSiteBB); in isColdCallSite() local
2140 return CallSiteFreq < CallerEntryFreq * ColdProb; in isColdCallSite()