Lines Matching refs:LiveRange

216     void report_context(const LiveRange &LR, unsigned Reg,
218 void report_context(const LiveRange::Segment &S) const;
221 void report_context_liverange(const LiveRange &LR) const;
230 SlotIndex UseIdx, const LiveRange &LR, unsigned Reg,
233 SlotIndex DefIdx, const LiveRange &LR, unsigned Reg,
244 void verifyLiveRangeValue(const LiveRange&, const VNInfo*, unsigned,
246 void verifyLiveRangeSegment(const LiveRange&,
247 const LiveRange::const_iterator I, unsigned,
249 void verifyLiveRange(const LiveRange&, unsigned, LaneBitmask LaneMask = 0);
477 void MachineVerifier::report_context(const LiveRange &LR, unsigned Reg, in report_context()
485 void MachineVerifier::report_context(const LiveRange::Segment &S) const { in report_context()
493 void MachineVerifier::report_context_liverange(const LiveRange &LR) const { in report_context_liverange()
1111 unsigned MONum, SlotIndex UseIdx, const LiveRange &LR, unsigned VRegOrUnit, in checkLivenessAtUse()
1133 unsigned MONum, SlotIndex DefIdx, const LiveRange &LR, unsigned VRegOrUnit, in checkLivenessAtDef()
1212 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness()
1577 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
1581 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue()
1673 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment()
1674 const LiveRange::const_iterator I, in verifyLiveRangeSegment()
1677 const LiveRange::Segment &S = *I; in verifyLiveRangeSegment()
1871 void MachineVerifier::verifyLiveRange(const LiveRange &LR, unsigned Reg, in verifyLiveRange()
1876 for (LiveRange::const_iterator I = LR.begin(), E = LR.end(); I != E; ++I) in verifyLiveRange()