Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ADT/
DCoalescingBitVector.h248 IndexT CachedStop = IndexT(); variable
253 CachedStop = IndexT(); in setToEnd()
262 CachedStop = MapIterator.stop(); in resetCache()
272 assert(Index <= CachedStop && "Cannot advance to OOB index"); in advanceTo()
289 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==
291 RHS.CachedStop);
301 if (CachedStart + OffsetIntoMapIterator < CachedStop) {
327 while (Index > CachedStop) { in advanceToLowerBound()