HomeSort by: relevance | last modified time | path
    Searched refs:CounterNames (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
DebugCounter.cpp 119 SmallVector<StringRef, 16> CounterNames(RegisteredCounters.begin(),
121 sort(CounterNames);
125 for (auto &CounterName : CounterNames) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.cpp 71 SmallVector<StringRef, 2> CounterNames;
72 StringRef(Counters).split(CounterNames, '+');
75 for (auto &CounterName : CounterNames) {

Completed in 60 milliseconds