Searched refs:FuncEntryCount (Results 1 – 1 of 1) sorted by relevance
1270 uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue; in populateCounters() local1271 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()1272 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters()1279 markFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()