Searched refs:NewEntryCount (Results 1 – 1 of 1) sorted by relevance
1708 uint64_t NewEntryCount = 0.5 + FuncEntryCount * Scale; in fixFuncEntryCount() local1709 if (NewEntryCount == 0) in fixFuncEntryCount()1710 NewEntryCount = 1; in fixFuncEntryCount()1711 if (NewEntryCount != FuncEntryCount) { in fixFuncEntryCount()1712 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()1715 << NewEntryCount << "\n"); in fixFuncEntryCount()