Lines Matching refs:LiveRange
240 void report_context(const LiveRange &LR, Register VRegUnit,
242 void report_context(const LiveRange::Segment &S) const;
246 void report_context_liverange(const LiveRange &LR) const;
255 SlotIndex UseIdx, const LiveRange &LR,
259 SlotIndex DefIdx, const LiveRange &LR,
271 void verifyLiveRangeValue(const LiveRange &, const VNInfo *, Register,
273 void verifyLiveRangeSegment(const LiveRange &,
274 const LiveRange::const_iterator I, Register,
276 void verifyLiveRange(const LiveRange &, Register,
538 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context()
546 void MachineVerifier::report_context(const LiveRange::Segment &S) const { in report_context()
554 void MachineVerifier::report_context_liverange(const LiveRange &LR) const { in report_context_liverange()
2229 const LiveRange &LR, in checkLivenessAtUse()
2253 const LiveRange &LR, in checkLivenessAtDef()
2339 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness()
2865 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
2869 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue()
2961 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment()
2962 const LiveRange::const_iterator I, in verifyLiveRangeSegment()
2965 const LiveRange::Segment &S = *I; in verifyLiveRangeSegment()
3188 void MachineVerifier::verifyLiveRange(const LiveRange &LR, Register Reg, in verifyLiveRange()
3193 for (LiveRange::const_iterator I = LR.begin(), E = LR.end(); I != E; ++I) in verifyLiveRange()