Lines Matching refs:LiveInterval
28 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { in unify()
34 LiveInterval::iterator RegPos = VirtReg.begin(); in unify()
35 LiveInterval::iterator RegEnd = VirtReg.end(); in unify()
55 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { in extract()
61 LiveInterval::iterator RegPos = VirtReg.begin(); in extract()
62 LiveInterval::iterator RegEnd = VirtReg.end(); in extract()
104 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const { in isSeenInterference()
105 SmallVectorImpl<LiveInterval*>::const_iterator I = in isSeenInterference()
141 LiveInterval::iterator VirtRegEnd = VirtReg->end(); in collectInterferingVRegs()
142 LiveInterval *RecentReg = 0; in collectInterferingVRegs()
150 LiveInterval *VReg = LiveUnionI.value(); in collectInterferingVRegs()
193 LiveInterval::iterator VRI = VirtReg->find(Overlaps.start()); in checkLoopInterference()