Searched refs:OII (Results 1 – 1 of 1) sorted by relevance
661 OverlapIntervalsTy::iterator OII = --IntervalMap.end(); in tryToShortenEnd() local662 int64_t KillingStart = OII->second; in tryToShortenEnd()663 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenEnd()665 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenEnd()676 IntervalMap.erase(OII); in tryToShortenEnd()689 OverlapIntervalsTy::iterator OII = IntervalMap.begin(); in tryToShortenBegin() local690 int64_t KillingStart = OII->second; in tryToShortenBegin()691 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenBegin()693 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenBegin()705 IntervalMap.erase(OII); in tryToShortenBegin()