Searched refs:IntB (Results 1 – 1 of 1) sorted by relevance
182 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,468 LiveInterval &IntB = in adjustCopiesBackFrom() local488 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()489 if (BS == IntB.end()) return false; in adjustCopiesBackFrom()513 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()514 if (ValS == IntB.end()) in adjustCopiesBackFrom()529 DEBUG(dbgs() << "Extending: " << PrintReg(IntB.reg, TRI)); in adjustCopiesBackFrom()540 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()544 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()547 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()[all …]