Searched refs:NewEntryCount (Results 1 – 2 of 2) sorted by relevance
1648 uint64_t NewEntryCount = 0.5 + FuncEntryCount * Scale; in fixFuncEntryCount() local1649 if (NewEntryCount == 0) in fixFuncEntryCount()1650 NewEntryCount = 1; in fixFuncEntryCount()1651 if (NewEntryCount != FuncEntryCount) { in fixFuncEntryCount()1652 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()1655 << NewEntryCount << "\n"); in fixFuncEntryCount()
1656 const uint64_t NewEntryCount = in updateProfileCallee() local1663 uint64_t CloneEntryCount = PriorEntryCount - NewEntryCount; in updateProfileCallee()1671 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()1678 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()