Searched refs:FuncMaxCount (Results 1 – 2 of 2) sorted by relevance
701 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters() local703 FuncMaxCount = std::max(FuncMaxCount, getBBInfo(&BB).CountValue); in populateCounters()704 markFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()
1144 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters() local1149 FuncMaxCount = std::max(FuncMaxCount, BI->CountValue); in populateCounters()1151 markFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()