Lines Matching refs:MapBegin
783 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this);
785 if (std::adjacent_find(MapBegin.begin(), MapBegin.end(), ComparePair) ==
786 MapBegin.end() &&
804 for (auto Start = MapBegin.begin();
805 (Start = std::adjacent_find(Start, MapBegin.end(), ComparePair)) !=
806 MapBegin.end();
840 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this);
842 std::sort(MapBegin.begin(), MapBegin.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();
861 // i1 is the Variable number of the next MapBegin entry, and i2 is the