Lines Matching defs:End
99 } // end anonymous namespace
176 UserValue *End = L2;
177 while (End->next)
178 End->leader = L1, End = End->next;
179 End->leader = L1;
180 End->next = L1->next;
226 /// End points where VNI is no longer live are added to Kills.
231 /// @param Kills Append end points of VNI's live range to Kills.
513 for (MachineFunction::iterator MFI = mf.begin(), MFE = mf.end(); MFI != MFE;
516 for (MachineBasicBlock::iterator MBBI = MBB->begin(), MBBE = MBB->end();
561 if (Segment->end < Stop)
562 Stop = Segment->end, ToEnd = false;
587 // If we extended to the MBB end, propagate down the dominator tree.
753 for (auto MBBI = MBB.begin(), MBBE = MBB.end(); MBBI != MBBE; ) {
812 LiveInterval::iterator LIE = LI->end();
819 // Now LII->end > LocMapI.start(). Do we have an overlap?
835 if (LStop > LII->end)
836 LocMapI.setStopUnchecked(LII->end);
849 LocMapI.insert(LII->end, LStop, OldLocNo);
855 if (LII->end < LocMapI.stop()) {
1000 MachineFunction::iterator MFEnd = VRM->getMachineFunction().end();