Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp183 VNInfo *AValNo, VNInfo *BValNo);
490 VNInfo *BValNo = BS->valno; in adjustCopiesBackFrom() local
495 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom()
535 BValNo->def = FillerStart; in adjustCopiesBackFrom()
540 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()
543 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
544 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
578 VNInfo *BValNo) { in hasOtherReachingDefs() argument
591 if (BI->valno == BValNo) in hasOtherReachingDefs()
646 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef() local
[all …]