Lines Matching defs:LastPoppedValue
185 int64_t LastPoppedValue;
192 LastPoppedValue = 0;
198 LastPoppedValue = CounterValues[Current.ICounter.getCounterID()];
209 Current.LHS = LastPoppedValue;
214 int64_t RHS = LastPoppedValue;
215 LastPoppedValue =
224 return LastPoppedValue;
550 int64_t LastPoppedValue;
557 LastPoppedValue = 0;
561 LastPoppedValue = Current.ICounter.getCounterID();
566 LastPoppedValue = 0;
574 Current.LHS = LastPoppedValue;
579 int64_t RHS = LastPoppedValue;
580 LastPoppedValue = std::max(LHS, RHS);
589 return LastPoppedValue;