Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp677 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
679 if (ValS == IntB.end()) in adjustCopiesBackFrom()
685 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
692 if (ValS + 1 != BS) in adjustCopiesBackFrom()
697 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
709 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
710 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()