Lines Matching defs:LastPoppedValue
207 int64_t LastPoppedValue;
214 LastPoppedValue = 0;
220 LastPoppedValue = CounterValues[Current.ICounter.getCounterID()];
231 Current.LHS = LastPoppedValue;
236 int64_t RHS = LastPoppedValue;
237 LastPoppedValue =
246 return LastPoppedValue;
576 int64_t LastPoppedValue;
583 LastPoppedValue = 0;
587 LastPoppedValue = Current.ICounter.getCounterID();
592 LastPoppedValue = 0;
600 Current.LHS = LastPoppedValue;
605 int64_t RHS = LastPoppedValue;
606 LastPoppedValue = std::max(LHS, RHS);
615 return LastPoppedValue;