Lines Matching refs:GlobalSegment
1628 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy() local
1633 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
1640 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()
1641 ++GlobalSegment; in constrainLocalCopy()
1643 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
1647 if (GlobalSegment != GlobalLI->begin()) { in constrainLocalCopy()
1649 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->end, in constrainLocalCopy()
1650 GlobalSegment->start)) { in constrainLocalCopy()
1655 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->start, in constrainLocalCopy()
1661 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()
1664 MachineInstr *GlobalDef = LIS->getInstructionFromIndex(GlobalSegment->start); in constrainLocalCopy()