Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp954 BlockFrequencyInfo *CurrentCallerBFI = nullptr; in computeCallsiteToProfCountMap() local
963 CurrentCallerBFI = TempBFI.get(); in computeCallsiteToProfCountMap()
966 CurrentCallerBFI = &(GetBFI(*Caller)); in computeCallsiteToProfCountMap()
980 assert(CurrentCallerBFI && "CallerBFI is not set"); in computeCallsiteToProfCountMap()
983 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()