Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ADT/
DCoalescingBitVector.h247 IndexT CachedStart = IndexT(); variable
252 CachedStart = IndexT(); in setToEnd()
261 CachedStart = MapIterator.start(); in resetCache()
273 if (Index < CachedStart) in advanceTo()
276 OffsetIntoMapIterator = Index - CachedStart; in advanceTo()
289 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==
290 std::tie(RHS.OffsetIntoMapIterator, RHS.CachedStart,
298 IndexT operator*() const { return CachedStart + OffsetIntoMapIterator; }
301 if (CachedStart + OffsetIntoMapIterator < CachedStop) {