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