Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DDebugCounter.cpp119 SmallVector<StringRef, 16> CounterNames(RegisteredCounters.begin(), in print() local
121 sort(CounterNames.begin(), CounterNames.end()); in print()
125 for (auto &CounterName : CounterNames) { in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebugCounter.cpp119 SmallVector<StringRef, 16> CounterNames(RegisteredCounters.begin(), in print() local
121 sort(CounterNames.begin(), CounterNames.end()); in print()
125 for (auto &CounterName : CounterNames) { in print()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp71 SmallVector<StringRef, 2> CounterNames; in runAndSample() local
72 StringRef(Counters).split(CounterNames, '+'); in runAndSample()
75 for (auto &CounterName : CounterNames) { in runAndSample()