Searched refs:CurrentCallerBFI (Results 1 – 1 of 1) sorted by relevance
922 BlockFrequencyInfo *CurrentCallerBFI = nullptr; in computeCallsiteToProfCountMap() local931 CurrentCallerBFI = TempBFI.get(); in computeCallsiteToProfCountMap()934 CurrentCallerBFI = &(*GetBFI)(*Caller); in computeCallsiteToProfCountMap()945 assert(CurrentCallerBFI && "CallerBFI is not set"); in computeCallsiteToProfCountMap()948 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()