Searched refs:IntB (Results 1 – 1 of 1) sorted by relevance
280 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,622 LiveInterval &IntB = in adjustCopiesBackFrom() local642 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()643 if (BS == IntB.end()) return false; in adjustCopiesBackFrom()667 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()668 if (ValS == IntB.end()) in adjustCopiesBackFrom()683 LLVM_DEBUG(dbgs() << "Extending: " << printReg(IntB.reg(), TRI)); in adjustCopiesBackFrom()694 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()698 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()701 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()[all …]