Lines Matching refs:LiveRange

265     void report_context(const LiveRange &LR, Register VRegUnit,
267 void report_context(const LiveRange::Segment &S) const;
271 void report_context_liverange(const LiveRange &LR) const;
280 SlotIndex UseIdx, const LiveRange &LR,
284 SlotIndex DefIdx, const LiveRange &LR,
296 void verifyLiveRangeValue(const LiveRange &, const VNInfo *, Register,
298 void verifyLiveRangeSegment(const LiveRange &,
299 const LiveRange::const_iterator I, Register,
301 void verifyLiveRange(const LiveRange &, Register,
597 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context()
605 void MachineVerifier::report_context(const LiveRange::Segment &S) const { in report_context()
613 void MachineVerifier::report_context_liverange(const LiveRange &LR) const { in report_context_liverange()
2714 const LiveRange &LR, in checkLivenessAtUse()
2740 const LiveRange &LR, in checkLivenessAtDef()
2841 if (const LiveRange *LR = LiveInts->getCachedRegUnit(Unit)) in checkLiveness()
3396 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
3400 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue()
3491 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment()
3492 const LiveRange::const_iterator I, in verifyLiveRangeSegment()
3495 const LiveRange::Segment &S = *I; in verifyLiveRangeSegment()
3719 void MachineVerifier::verifyLiveRange(const LiveRange &LR, Register Reg, in verifyLiveRange()
3724 for (LiveRange::const_iterator I = LR.begin(), E = LR.end(); I != E; ++I) in verifyLiveRange()