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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp148 VNInfo *AValNo, VNInfo *BValNo);
428 // AValNo is the value number in A that defines the copy, A3 in the example.
433 VNInfo *AValNo = ALR->valno;
435 // If AValNo is defined as a copy from IntB, we can potentially process this.
437 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
444 IntB.FindLiveRangeContaining(AValNo->def.getPrevSlot());
500 VNInfo *AValNo,
502 // If AValNo has PHI kills, conservatively assume that IntB defs can reach
504 if (LIS->hasPHIKill(IntA, AValNo))
509 if (AI->valno != AValNo) continu
498 hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
569 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx.getRegSlot(true)); local
[all...]

Completed in 58 milliseconds