Home
last modified time | relevance | path

Searched refs:FillerStart (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp685 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom() local
689 BValNo->def = FillerStart; in adjustCopiesBackFrom()
694 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()
710 if (!S.getVNInfoAt(FillerStart)) { in adjustCopiesBackFrom()
712 LIS->getMBBStartIdx(LIS->getMBBFromIndex(FillerStart)); in adjustCopiesBackFrom()
713 S.extendInBlock(BBStart, FillerStart); in adjustCopiesBackFrom()
716 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo)); in adjustCopiesBackFrom()