Searched refs:CounterValues (Results 1 – 2 of 2) sorted by relevance
658 ArrayRef<uint64_t> CounterValues; variable663 ArrayRef<uint64_t> CounterValues = std::nullopt)664 : Expressions(Expressions), CounterValues(CounterValues) {} in Expressions()666 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; } in setCounts()
161 if (CounterValues.empty()) in dump()196 if (Current.ICounter.getCounterID() >= CounterValues.size()) in evaluate()198 LastPoppedValue = CounterValues[Current.ICounter.getCounterID()]; in evaluate()