Searched refs:IntB (Results 1 – 1 of 1) sorted by relevance
185 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,458 LiveInterval &IntB = in adjustCopiesBackFrom() local478 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()479 if (BS == IntB.end()) return false; in adjustCopiesBackFrom()503 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()504 if (ValS == IntB.end()) in adjustCopiesBackFrom()519 DEBUG(dbgs() << "Extending: " << PrintReg(IntB.reg, TRI)); in adjustCopiesBackFrom()530 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()534 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()537 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()[all …]