Lines Matching refs:LiveRange

229     void report_context(const LiveRange &LR, Register VRegUnit,
231 void report_context(const LiveRange::Segment &S) const;
235 void report_context_liverange(const LiveRange &LR) const;
244 SlotIndex UseIdx, const LiveRange &LR,
248 SlotIndex DefIdx, const LiveRange &LR,
260 void verifyLiveRangeValue(const LiveRange &, const VNInfo *, Register,
262 void verifyLiveRangeSegment(const LiveRange &,
263 const LiveRange::const_iterator I, Register,
265 void verifyLiveRange(const LiveRange &, Register,
516 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context()
524 void MachineVerifier::report_context(const LiveRange::Segment &S) const { in report_context()
532 void MachineVerifier::report_context_liverange(const LiveRange &LR) const { in report_context_liverange()
2113 const LiveRange &LR, in checkLivenessAtUse()
2137 const LiveRange &LR, in checkLivenessAtDef()
2207 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness()
2745 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
2749 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue()
2841 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment()
2842 const LiveRange::const_iterator I, in verifyLiveRangeSegment()
2845 const LiveRange::Segment &S = *I; in verifyLiveRangeSegment()
3064 void MachineVerifier::verifyLiveRange(const LiveRange &LR, Register Reg, in verifyLiveRange()
3069 for (LiveRange::const_iterator I = LR.begin(), E = LR.end(); I != E; ++I) in verifyLiveRange()