Searched refs:NewEntryCount (Results 1 – 2 of 2) sorted by relevance
1973 uint64_t NewEntryCount = 0.5 + FuncEntryCount * Scale; in fixFuncEntryCount() local1974 if (NewEntryCount == 0) in fixFuncEntryCount()1975 NewEntryCount = 1; in fixFuncEntryCount()1976 if (NewEntryCount != FuncEntryCount) { in fixFuncEntryCount()1977 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()1980 << NewEntryCount << "\n"); in fixFuncEntryCount()
1878 const uint64_t NewEntryCount = in updateProfileCallee() local1885 uint64_t CloneEntryCount = PriorEntryCount - NewEntryCount; in updateProfileCallee()1893 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()1900 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()