Searched refs:OII (Results 1 – 1 of 1) sorted by relevance
659 OverlapIntervalsTy::iterator OII = --IntervalMap.end(); in tryToShortenEnd() local660 int64_t KillingStart = OII->second; in tryToShortenEnd()661 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenEnd()663 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenEnd()674 IntervalMap.erase(OII); in tryToShortenEnd()687 OverlapIntervalsTy::iterator OII = IntervalMap.begin(); in tryToShortenBegin() local688 int64_t KillingStart = OII->second; in tryToShortenBegin()689 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenBegin()691 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenBegin()703 IntervalMap.erase(OII); in tryToShortenBegin()