Home | History | Annotate | Download | only in src

Lines Matching refs:MapEnd

784   LiveBeginEndMap &MapEnd = *Liveness->getLiveEnd(this);
787 std::adjacent_find(MapEnd.begin(), MapEnd.end(), ComparePair) ==
788 MapEnd.end())
813 for (auto Start = MapEnd.begin();
814 (Start = std::adjacent_find(Start, MapEnd.end(), ComparePair)) !=
815 MapEnd.end();
841 LiveBeginEndMap &MapEnd = *Liveness->getLiveEnd(this);
843 std::sort(MapEnd.begin(), MapEnd.end());
854 // Iterate in parallel across the sorted MapBegin[] and MapEnd[].
855 auto IBB = MapBegin.begin(), IEB = MapEnd.begin();
856 auto IBE = MapBegin.end(), IEE = MapEnd.end();
862 // Variable number of the next MapEnd entry. If i1==i2, then the Variable's