Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp902 BlockFrequencyInfo *CurrentCallerBFI = nullptr; in computeCallsiteToProfCountMap() local
911 CurrentCallerBFI = TempBFI.get(); in computeCallsiteToProfCountMap()
914 CurrentCallerBFI = &(GetBFI(*Caller)); in computeCallsiteToProfCountMap()
925 assert(CurrentCallerBFI && "CallerBFI is not set"); in computeCallsiteToProfCountMap()
928 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()