Searched refs:OII (Results 1 – 1 of 1) sorted by relevance
635 OverlapIntervalsTy::iterator OII = --IntervalMap.end(); in tryToShortenEnd() local636 int64_t KillingStart = OII->second; in tryToShortenEnd()637 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenEnd()639 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenEnd()650 IntervalMap.erase(OII); in tryToShortenEnd()663 OverlapIntervalsTy::iterator OII = IntervalMap.begin(); in tryToShortenBegin() local664 int64_t KillingStart = OII->second; in tryToShortenBegin()665 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenBegin()667 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenBegin()679 IntervalMap.erase(OII); in tryToShortenBegin()