Searched refs:IntB (Results 1 – 1 of 1) sorted by relevance
280 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,630 LiveInterval &IntB = in adjustCopiesBackFrom() local650 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()651 if (BS == IntB.end()) in adjustCopiesBackFrom()678 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()679 if (ValS == IntB.end()) in adjustCopiesBackFrom()695 LLVM_DEBUG(dbgs() << "Extending: " << printReg(IntB.reg(), TRI)); in adjustCopiesBackFrom()706 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()710 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()713 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()[all …]