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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Cloning.h 199 BlockFrequencyInfo *CallerBFI = nullptr,
202 CallerBFI(CallerBFI), CalleeBFI(CalleeBFI),
210 BlockFrequencyInfo *CallerBFI, *CalleeBFI;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 505 bool isColdCallSite(CallBase &Call, BlockFrequencyInfo *CallerBFI);
514 BlockFrequencyInfo *CallerBFI);
697 BlockFrequencyInfo *CallerBFI = &(GetBFI(*Caller));
698 if (!CallerBFI)
702 if (!PSI->isHotCallSite(CandidateCall, CallerBFI))
780 BlockFrequencyInfo *CallerBFI = &(GetBFI(*(CallerBB->getParent())));
782 CycleSavings *= CallerBFI->getBlockProfileCount(CallerBB).getValue();
1419 BlockFrequencyInfo *CallerBFI) {
1423 return PSI->isColdCallSite(Call, CallerBFI);
1426 if (!CallerBFI)
    [all...]

Completed in 246 milliseconds