Searched refs:FuncMaxCount (Results 1 – 1 of 1) sorted by relevance
610 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters() local614 if (Count > FuncMaxCount) in populateCounters()615 FuncMaxCount = Count; in populateCounters()617 applyFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()