Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1627 uint64_t newEntryCount; in updateProfileCallee() local
1632 newEntryCount = 0; in updateProfileCallee()
1634 newEntryCount = priorEntryCount + entryDelta; in updateProfileCallee()
1638 uint64_t cloneEntryCount = priorEntryCount - newEntryCount; in updateProfileCallee()
1646 Callee->setEntryCount(newEntryCount); in updateProfileCallee()
1653 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()