Searched refs:CallSiteCount (Results 1 – 2 of 2) sorted by relevance
1442 auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None; in updateCallProfile() local1444 std::min(CallSiteCount.hasValue() ? CallSiteCount.getValue() : 0, in updateCallProfile()
1403 uint64_t CallSiteCount = CallSiteToProfCountMap[User]; in tryPartialInline() local1404 CalleeEntryCountV -= std::min(CalleeEntryCountV, CallSiteCount); in tryPartialInline()