Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h254 IndexT CachedStart = IndexT(); variable
259 CachedStart = IndexT(); in setToEnd()
268 CachedStart = MapIterator.start(); in resetCache()
280 if (Index < CachedStart) in advanceTo()
283 OffsetIntoMapIterator = Index - CachedStart; in advanceTo()
296 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==
297 std::tie(RHS.OffsetIntoMapIterator, RHS.CachedStart,
305 IndexT operator*() const { return CachedStart + OffsetIntoMapIterator; }
308 if (CachedStart + OffsetIntoMapIterator < CachedStop) {