Lines Matching refs:LiveRange
131 bool isPlainlyKilled(const MachineInstr *MI, LiveRange &LR) const;
383 LiveRange &LR) const { in isPlainlyKilled()
1633 LI.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1636 S.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1640 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) { in processTiedPairs()
1643 LR->addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1701 auto Shrink = [=](LiveRange &LR, LaneBitmask LaneMask) { in processTiedPairs()
1702 LiveRange::Segment *S = LR.getSegmentContaining(LastCopyIdx); in processTiedPairs()
1807 LiveRange::Segment NewSeg(S.start, S.end, VNI); in processStatepoint()
1941 LiveRange::iterator DefSeg = S.FindSegmentContaining(Idx); in run()
1945 LiveRange::iterator UseSeg = std::prev(DefSeg); in run()