Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1371 uint64_t CalleeEntryCountV = in tryPartialInline() local
1402 if (CalleeEntryCountV && CallSiteToProfCountMap.count(User)) { in tryPartialInline()
1404 CalleeEntryCountV -= std::min(CalleeEntryCountV, CallSiteCount); in tryPartialInline()
1421 CalleeEntryCount.setCount(CalleeEntryCountV)); in tryPartialInline()