Searched refs:OII (Results 1 – 1 of 1) sorted by relevance
720 OverlapIntervalsTy::iterator OII = --IntervalMap.end(); in tryToShortenEnd() local721 int64_t KillingStart = OII->second; in tryToShortenEnd()722 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenEnd()724 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenEnd()735 IntervalMap.erase(OII); in tryToShortenEnd()748 OverlapIntervalsTy::iterator OII = IntervalMap.begin(); in tryToShortenBegin() local749 int64_t KillingStart = OII->second; in tryToShortenBegin()750 uint64_t KillingSize = OII->first - KillingStart; in tryToShortenBegin()752 assert(OII->first - KillingStart >= 0 && "Size expected to be positive"); in tryToShortenBegin()764 IntervalMap.erase(OII); in tryToShortenBegin()