Searched refs:IntB (Results 1 – 1 of 1) sorted by relevance
271 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,605 LiveInterval &IntB = in adjustCopiesBackFrom() local625 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()626 if (BS == IntB.end()) return false; in adjustCopiesBackFrom()650 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()651 if (ValS == IntB.end()) in adjustCopiesBackFrom()666 LLVM_DEBUG(dbgs() << "Extending: " << printReg(IntB.reg(), TRI)); in adjustCopiesBackFrom()677 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()681 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()684 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()[all …]