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