Searched refs:OII (Results 1 – 1 of 1) sorted by relevance
579 OverlapIntervalsTy::iterator OII = --IntervalMap.end(); in tryToShortenEnd() local580 int64_t KillingStart = OII->second; in tryToShortenEnd()581 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenEnd()583 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenEnd()594 IntervalMap.erase(OII); in tryToShortenEnd()607 OverlapIntervalsTy::iterator OII = IntervalMap.begin(); in tryToShortenBegin() local608 int64_t KillingStart = OII->second; in tryToShortenBegin()609 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenBegin()611 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenBegin()623 IntervalMap.erase(OII); in tryToShortenBegin()