Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp175 using OverlapIntervalsTy = std::map<int64_t, int64_t>; typedef
176 using InstOverlapIntervalsTy = DenseMap<Instruction *, OverlapIntervalsTy>;
630 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
635 OverlapIntervalsTy::iterator OII = --IntervalMap.end(); in tryToShortenEnd()
658 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
663 OverlapIntervalsTy::iterator OII = IntervalMap.begin(); in tryToShortenBegin()
1968 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores()