Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp186 VNInfo *AValNo, VNInfo *BValNo);
480 VNInfo *BValNo = BS->valno; in adjustCopiesBackFrom() local
485 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom()
525 BValNo->def = FillerStart; in adjustCopiesBackFrom()
530 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()
533 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
534 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
568 VNInfo *BValNo) { in hasOtherReachingDefs() argument
581 if (BI->valno == BValNo) in hasOtherReachingDefs()
636 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef() local
[all …]