Lines Matching defs:Stop
432 SlotIndex Stop = Indexes->getMBBEndIdx(Pred);
434 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop))
435 WorkList.push_back(std::make_pair(Stop, PVNI));
448 SlotIndex Stop = Indexes->getMBBEndIdx(Pred);
449 if (VNInfo *OldVNI = OldRange.getVNInfoBefore(Stop)) {
452 WorkList.push_back(std::make_pair(Stop, VNI));
455 // There was no old VNI. Verify that Stop is jointly dominated
849 SlotIndex Stop = LI.endIndex();
850 if (Stop.isBlock())
856 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop);
1508 // Stop searching when Before is reached.