Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp649 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
651 if (ValS == IntB.end()) in adjustCopiesBackFrom()
657 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
664 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
668 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
680 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
681 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()