Home
last modified time | relevance | path

Searched refs:CounterNames (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebugCounter.cpp136 SmallVector<StringRef, 16> CounterNames(RegisteredCounters.begin(), in print() local
138 sort(CounterNames); in print()
142 for (auto &CounterName : CounterNames) { in print()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp73 SmallVector<StringRef, 2> CounterNames; in runAndSample() local
74 StringRef(Counters).split(CounterNames, '+'); in runAndSample()
77 for (auto &CounterName : CounterNames) { in runAndSample()