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