Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp960 BlockFrequencyInfo *CurrentCallerBFI = nullptr; in computeCallsiteToProfCountMap() local
969 CurrentCallerBFI = TempBFI.get(); in computeCallsiteToProfCountMap()
972 CurrentCallerBFI = &(GetBFI(*Caller)); in computeCallsiteToProfCountMap()
983 assert(CurrentCallerBFI && "CallerBFI is not set"); in computeCallsiteToProfCountMap()
986 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()