Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h256 IndexT CachedStop = IndexT(); variable
261 CachedStop = IndexT(); in setToEnd()
270 CachedStop = MapIterator.stop(); in resetCache()
280 assert(Index <= CachedStop && "Cannot advance to OOB index"); in advanceTo()
297 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==
299 RHS.CachedStop);
309 if (CachedStart + OffsetIntoMapIterator < CachedStop) {
335 while (Index > CachedStop) { in advanceToLowerBound()