Searched refs:LastPoppedValue (Results 1 – 1 of 1) sorted by relevance
207 int64_t LastPoppedValue; in evaluate() local214 LastPoppedValue = 0; in evaluate()220 LastPoppedValue = CounterValues[Current.ICounter.getCounterID()]; in evaluate()231 Current.LHS = LastPoppedValue; in evaluate()236 int64_t RHS = LastPoppedValue; in evaluate()237 LastPoppedValue = in evaluate()246 return LastPoppedValue; in evaluate()576 int64_t LastPoppedValue; in getMaxCounterID() local583 LastPoppedValue = 0; in getMaxCounterID()587 LastPoppedValue = Current.ICounter.getCounterID(); in getMaxCounterID()[all …]