Searched refs:CounterValues (Results 1 – 2 of 2) sorted by relevance
687 ArrayRef<uint64_t> CounterValues; variable692 ArrayRef<uint64_t> CounterValues = {})693 : Expressions(Expressions), CounterValues(CounterValues) {} in Expressions()695 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; } in setCounts()
183 if (CounterValues.empty()) in dump()218 if (Current.ICounter.getCounterID() >= CounterValues.size()) in evaluate()220 LastPoppedValue = CounterValues[Current.ICounter.getCounterID()]; in evaluate()