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);
436 // BValNo is a value number in B that is defined by a copy from A. 'B3' in
440 VNInfo *BValNo = BLR->valno;
445 if (BValNo->def != CopyIdx) return false;
485 BValNo->def = FillerStart;
490 IntB.addRange(LiveRange(FillerStart, FillerEnd, BValNo));
493 if (BValNo != ValLR->valno)
494 IntB.MergeValueNumberInto(BValNo, ValLR->valno);
516 /// other than BValNo va
517 hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
581 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); local
[all...]

Completed in 160 milliseconds