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.cpp907 BlockFrequencyInfo *CurrentCallerBFI = nullptr; in computeCallsiteToProfCountMap() local
916 CurrentCallerBFI = TempBFI.get(); in computeCallsiteToProfCountMap()
919 CurrentCallerBFI = &(GetBFI(*Caller)); in computeCallsiteToProfCountMap()
933 assert(CurrentCallerBFI && "CallerBFI is not set"); in computeCallsiteToProfCountMap()
936 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()