Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1450 auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None; in updateCallProfile() local
1452 std::min(CallSiteCount.hasValue() ? CallSiteCount.getValue() : 0, in updateCallProfile()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1398 uint64_t CallSiteCount = CallSiteToProfCountMap[User]; in tryPartialInline() local
1399 CalleeEntryCountV -= std::min(CalleeEntryCountV, CallSiteCount); in tryPartialInline()