Searched refs:FuncEntryCount (Results 1 – 1 of 1) sorted by relevance
1410 uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue; in populateCounters() local1411 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters()1420 if (FuncMaxCount > 0 && FuncEntryCount == 0) in populateCounters()1421 FuncEntryCount = 1; in populateCounters()1422 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()1423 markFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()1707 uint64_t FuncEntryCount = Func.getBBInfo(&*F.begin()).CountValue; in fixFuncEntryCount() local1708 uint64_t NewEntryCount = 0.5 + FuncEntryCount * Scale; in fixFuncEntryCount()1711 if (NewEntryCount != FuncEntryCount) { in fixFuncEntryCount()1714 << ", entry_count " << FuncEntryCount << " --> " in fixFuncEntryCount()