Home
last modified time | relevance | path

Searched refs:OII (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp635 OverlapIntervalsTy::iterator OII = --IntervalMap.end(); in tryToShortenEnd() local
636 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() local
664 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()