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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1418 uint64_t CallSiteCount = CallSiteToProfCountMap[User]; local
1419 CalleeEntryCountV -= std::min(CalleeEntryCountV, CallSiteCount);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1574 auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None;
1576 std::min(CallSiteCount.hasValue() ? CallSiteCount.getValue() : 0,
1591 // Since CallSiteCount is an estimate, it could exceed the original callee

Completed in 135 milliseconds