Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1624 uint64_t newEntryCount; in updateProfileCallee() local
1629 newEntryCount = 0; in updateProfileCallee()
1631 newEntryCount = priorEntryCount + entryDelta; in updateProfileCallee()
1635 uint64_t cloneEntryCount = priorEntryCount - newEntryCount; in updateProfileCallee()
1643 Callee->setEntryCount(newEntryCount); in updateProfileCallee()
1650 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()