Searched refs:priorEntryCount (Results 1 – 1 of 1) sorted by relevance
1626 uint64_t priorEntryCount = CalleeCount.getCount(); in updateProfileCallee() local1631 if (entryDelta < 0 && static_cast<uint64_t>(-entryDelta) > priorEntryCount) in updateProfileCallee()1634 newEntryCount = priorEntryCount + entryDelta; in updateProfileCallee()1638 uint64_t cloneEntryCount = priorEntryCount - newEntryCount; in updateProfileCallee()1642 CI->updateProfWeight(cloneEntryCount, priorEntryCount); in updateProfileCallee()1653 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()