Searched refs:FuncEntryCount (Results 1 – 2 of 2) sorted by relevance
699 uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue; in populateCounters() local700 F.setEntryCount(FuncEntryCount); in populateCounters()701 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters()704 markFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()
1142 uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue; in populateCounters() local1143 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()1144 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters()1151 markFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()