HomeSort by: relevance | last modified time | path
    Searched refs:CallSiteFreq (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 1435 auto CallSiteFreq = CallerBFI->getBlockFreq(CallSiteBB);
1438 return CallSiteFreq < CallerEntryFreq * ColdProb;
1460 auto CallSiteFreq = CallerBFI->getBlockFreq(CallSiteBB).getFrequency();
1462 if (CallSiteFreq >= CallerEntryFreq * HotCallSiteRelFreq)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 1696 auto CallSiteFreq = CallerBFI.getBlockFreq(CallSiteBB);
1699 return CallSiteFreq < CallerEntryFreq * ColdProb;

Completed in 54 milliseconds