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