Searched defs:BValNo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp157 /// other than BValNo val# that can reach uses of AValno val# of IntA.
159 VNInfo *AValNo, VNInfo *BValNo);
437 // BValNo is a value number in B that is defined by a copy from A. 'B3' in
441 VNInfo *BValNo = BLR->valno;
446 if (BValNo->def != CopyIdx) return false;
486 BValNo->def = FillerStart;
491 IntB.addRange(LiveRange(FillerStart, FillerEnd, BValNo));
494 if (BValNo != ValLR->valno)
495 IntB.MergeValueNumberInto(BValNo, ValLR->valno);
517 /// other than BValNo va
518 hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
582 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); local
[all...]

Completed in 60 milliseconds