Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp71 llvm::SmallVector<int64_t, 4> CounterValues; in runAndSample() local
87 CounterValues.reserve(Reserved); in runAndSample()
126 accumulateCounterValues(ValueOrError.get(), &CounterValues); in runAndSample()
128 return CounterValues; in runAndSample()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h326 ArrayRef<uint64_t> CounterValues; variable
330 ArrayRef<uint64_t> CounterValues = std::nullopt)
331 : Expressions(Expressions), CounterValues(CounterValues) {} in Expressions()
333 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; } in setCounts()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp156 if (CounterValues.empty()) in dump()
171 if (C.getCounterID() >= CounterValues.size()) in evaluate()
173 return CounterValues[C.getCounterID()]; in evaluate()