Searched refs:priorEntryCount (Results 1 – 1 of 1) sorted by relevance
1623 uint64_t priorEntryCount = CalleeCount.getCount(); in updateProfileCallee() local1628 if (entryDelta < 0 && static_cast<uint64_t>(-entryDelta) > priorEntryCount) in updateProfileCallee()1631 newEntryCount = priorEntryCount + entryDelta; in updateProfileCallee()1635 uint64_t cloneEntryCount = priorEntryCount - newEntryCount; in updateProfileCallee()1639 CI->updateProfWeight(cloneEntryCount, priorEntryCount); in updateProfileCallee()1650 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()