Searched refs:AValNo (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterCoalescer.cpp135 VNInfo *AValNo, VNInfo *BValNo);
440 // AValNo is the value number in A that defines the copy, A3 in the example.
445 VNInfo *AValNo = ALR->valno;
465 if (AValNo->hasRedefByEC())
468 // If AValNo is defined as a copy from IntB, we can potentially process this.
470 if (!CP.isCoalescable(AValNo->getCopy()))
475 IntB.FindLiveRangeContaining(AValNo->def.getPrevSlot());
571 VNInfo *AValNo,
575 if (AI->valno != AValNo) continue;
643 // AValNo i
569 HasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
644 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx.getUseIndex()); local
[all...]
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp183 VNInfo *AValNo, VNInfo *BValNo);
507 // AValNo is the value number in A that defines the copy, A3 in the example.
512 VNInfo *AValNo = AS->valno;
514 // If AValNo is defined as a copy from IntB, we can potentially process this.
516 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
523 IntB.FindSegmentContaining(AValNo->def.getPrevSlot());
560 VNInfo *SubValSNo = S.getVNInfoAt(AValNo->def.getPrevSlot());
587 VNInfo *AValNo,
589 // If AValNo has PHI kills, conservatively assume that IntB defs can reach
591 if (LIS->hasPHIKill(IntA, AValNo))
585 hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
660 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx.getRegSlot(true)); local
[all...]

Completed in 68 milliseconds