Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1449 uint64_t CallSiteCount = CallSiteToProfCountMap[User]; in tryPartialInline() local
1450 CalleeEntryCountV -= std::min(CalleeEntryCountV, CallSiteCount); in tryPartialInline()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1639 auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None; in updateCallProfile() local
1641 std::min(CallSiteCount.value_or(0), CalleeEntryCount.getCount()); in updateCallProfile()