Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h564 ArrayRef<uint64_t> CounterValues; variable
569 ArrayRef<uint64_t> CounterValues = std::nullopt)
570 : Expressions(Expressions), CounterValues(CounterValues) {} in Expressions()
572 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; } in setCounts()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp160 if (CounterValues.empty()) in dump()
195 if (Current.ICounter.getCounterID() >= CounterValues.size()) in evaluate()
197 LastPoppedValue = CounterValues[Current.ICounter.getCounterID()]; in evaluate()