Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1619 auto CalleeCount = Callee->getEntryCount(); in updateProfileCallee() local
1620 if (!CalleeCount.hasValue()) in updateProfileCallee()
1623 uint64_t priorEntryCount = CalleeCount.getCount(); in updateProfileCallee()