Lines Matching refs:LiveRange
252 void report_context(const LiveRange &LR, Register VRegUnit,
254 void report_context(const LiveRange::Segment &S) const;
258 void report_context_liverange(const LiveRange &LR) const;
267 SlotIndex UseIdx, const LiveRange &LR,
271 SlotIndex DefIdx, const LiveRange &LR,
283 void verifyLiveRangeValue(const LiveRange &, const VNInfo *, Register,
285 void verifyLiveRangeSegment(const LiveRange &,
286 const LiveRange::const_iterator I, Register,
288 void verifyLiveRange(const LiveRange &, Register,
559 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context()
567 void MachineVerifier::report_context(const LiveRange::Segment &S) const { in report_context()
575 void MachineVerifier::report_context_liverange(const LiveRange &LR) const { in report_context_liverange()
2428 const LiveRange &LR, in checkLivenessAtUse()
2454 const LiveRange &LR, in checkLivenessAtDef()
2555 if (const LiveRange *LR = LiveInts->getCachedRegUnit(Unit)) in checkLiveness()
3087 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
3091 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue()
3182 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment()
3183 const LiveRange::const_iterator I, in verifyLiveRangeSegment()
3186 const LiveRange::Segment &S = *I; in verifyLiveRangeSegment()
3410 void MachineVerifier::verifyLiveRange(const LiveRange &LR, Register Reg, in verifyLiveRange()
3415 for (LiveRange::const_iterator I = LR.begin(), E = LR.end(); I != E; ++I) in verifyLiveRange()