Lines Matching refs:LiveRange
128 bool isPlainlyKilled(const MachineInstr *MI, LiveRange &LR) const;
310 LiveRange &LR) const { in isPlainlyKilled()
1558 LI.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1561 S.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1565 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) { in processTiedPairs()
1568 LR->addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1626 auto Shrink = [=](LiveRange &LR, LaneBitmask LaneMask) { in processTiedPairs()
1627 LiveRange::Segment *S = LR.getSegmentContaining(LastCopyIdx); in processTiedPairs()
1732 LiveRange::Segment NewSeg(S.start, S.end, VNI); in processStatepoint()
1884 LiveRange::iterator DefSeg = S.FindSegmentContaining(Idx); in runOnMachineFunction()
1888 LiveRange::iterator UseSeg = std::prev(DefSeg); in runOnMachineFunction()