Searched refs:NewEntryCount (Results 1 – 2 of 2) sorted by relevance
1870 uint64_t NewEntryCount = 0.5 + FuncEntryCount * Scale; in fixFuncEntryCount() local1871 if (NewEntryCount == 0) in fixFuncEntryCount()1872 NewEntryCount = 1; in fixFuncEntryCount()1873 if (NewEntryCount != FuncEntryCount) { in fixFuncEntryCount()1874 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()1877 << NewEntryCount << "\n"); in fixFuncEntryCount()
1904 const uint64_t NewEntryCount = in updateProfileCallee() local1911 uint64_t CloneEntryCount = PriorEntryCount - NewEntryCount; in updateProfileCallee()1919 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()1926 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()