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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Cloning.h 200 BlockFrequencyInfo *CalleeBFI = nullptr, bool UpdateProfile = true)
202 CallerBFI(CallerBFI), CalleeBFI(CalleeBFI),
210 BlockFrequencyInfo *CallerBFI, *CalleeBFI;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 710 BlockFrequencyInfo *CalleeBFI = &(GetBFI(F));
711 if (!CalleeBFI)
732 BlockFrequencyInfo *CalleeBFI = &(GetBFI(F));
733 assert(CalleeBFI);
765 auto ProfileCount = CalleeBFI->getBlockProfileCount(&BB);

Completed in 17 milliseconds