Home
last modified time | relevance | path

Searched refs:CallSiteCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1448 uint64_t CallSiteCount = CallSiteToProfCountMap[User]; in tryPartialInline() local
1449 CalleeEntryCountV -= std::min(CalleeEntryCountV, CallSiteCount); in tryPartialInline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1613 auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None; in updateCallProfile() local
1615 std::min(CallSiteCount.getValueOr(0), CalleeEntryCount.getCount()); in updateCallProfile()