Home
last modified time | relevance | path

Searched refs:LastPoppedValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp185 int64_t LastPoppedValue; in evaluate() local
192 LastPoppedValue = 0; in evaluate()
198 LastPoppedValue = CounterValues[Current.ICounter.getCounterID()]; in evaluate()
209 Current.LHS = LastPoppedValue; in evaluate()
214 int64_t RHS = LastPoppedValue; in evaluate()
215 LastPoppedValue = in evaluate()
224 return LastPoppedValue; in evaluate()
550 int64_t LastPoppedValue; in getMaxCounterID() local
557 LastPoppedValue = 0; in getMaxCounterID()
561 LastPoppedValue = Current.ICounter.getCounterID(); in getMaxCounterID()
[all …]