Searched refs:CurrentCallerBFI (Results 1 – 1 of 1) sorted by relevance
907 BlockFrequencyInfo *CurrentCallerBFI = nullptr; in computeCallsiteToProfCountMap() local916 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()