Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1442 auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None; in updateCallProfile() local
1444 std::min(CallSiteCount.hasValue() ? CallSiteCount.getValue() : 0, in updateCallProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1403 uint64_t CallSiteCount = CallSiteToProfCountMap[User]; in tryPartialInline() local
1404 CalleeEntryCountV -= std::min(CalleeEntryCountV, CallSiteCount); in tryPartialInline()