Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp184 int64_t LastPoppedValue; in evaluate() local
191 LastPoppedValue = 0; in evaluate()
208 Current.LHS = LastPoppedValue; in evaluate()
213 int64_t RHS = LastPoppedValue; in evaluate()
214 LastPoppedValue = in evaluate()
223 return LastPoppedValue; in evaluate()
501 int64_t LastPoppedValue; in getMaxCounterID() local
508 LastPoppedValue = 0; in getMaxCounterID()
517 LastPoppedValue = 0; in getMaxCounterID()
525 Current.LHS = LastPoppedValue; in getMaxCounterID()
[all …]