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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp159 VNInfo *AValNo, VNInfo *BValNo);
448 // AValNo is the value number in A that defines the copy, A3 in the example.
453 VNInfo *AValNo = ALR->valno;
455 // If AValNo is defined as a copy from IntB, we can potentially process this.
457 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
464 IntB.FindLiveRangeContaining(AValNo->def.getPrevSlot());
520 VNInfo *AValNo,
522 // If AValNo has PHI kills, conservatively assume that IntB defs can reach
524 if (LIS->hasPHIKill(IntA, AValNo))
529 if (AI->valno != AValNo) continu
518 hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
589 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx.getRegSlot(true)); local
[all...]

Completed in 57 milliseconds