Lines Matching refs:LiveRange
217 const LiveRange &LR);
219 const LiveRange &LR);
232 void verifyLiveRangeValue(const LiveRange&, const VNInfo*, unsigned);
233 void verifyLiveRangeSegment(const LiveRange&,
234 const LiveRange::const_iterator I, unsigned);
235 void verifyLiveRange(const LiveRange&, unsigned);
433 const LiveRange &LR) { in report()
439 const LiveRange &LR) { in report()
1011 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) { in checkLiveness()
1347 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
1351 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue()
1436 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment()
1437 const LiveRange::const_iterator I, in verifyLiveRangeSegment()
1439 const LiveRange::Segment &S = *I; in verifyLiveRangeSegment()
1591 void MachineVerifier::verifyLiveRange(const LiveRange &LR, unsigned Reg) { in verifyLiveRange()
1592 for (LiveRange::const_vni_iterator I = LR.vni_begin(), E = LR.vni_end(); in verifyLiveRange()
1596 for (LiveRange::const_iterator I = LR.begin(), E = LR.end(); I != E; ++I) in verifyLiveRange()