Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp676 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
678 if (ValS == IntB.end()) in adjustCopiesBackFrom()
684 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
691 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
695 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
707 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
708 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()