Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1980 auto CalleeCount = Callee->getEntryCount(); in updateProfileCallee() local
1981 if (!CalleeCount) in updateProfileCallee()
1984 const uint64_t PriorEntryCount = CalleeCount->getCount(); in updateProfileCallee()