Lines Matching refs:GlobalSegment
1535 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy() local
1540 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
1547 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()
1548 ++GlobalSegment; in constrainLocalCopy()
1550 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
1554 if (GlobalSegment != GlobalLI->begin()) { in constrainLocalCopy()
1556 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->end, in constrainLocalCopy()
1557 GlobalSegment->start)) { in constrainLocalCopy()
1562 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->start, in constrainLocalCopy()
1568 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()
1571 MachineInstr *GlobalDef = LIS->getInstructionFromIndex(GlobalSegment->start); in constrainLocalCopy()