HomeSort by relevance Sort by last modified time
    Searched refs:CopyReg (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
StrongPHIElimination.cpp 680 unsigned CopyReg = 0;
684 CopyReg
688 if (!CopyReg) {
690 CopyReg = MRI->createVirtualRegister(RC);
699 CopyReg).addReg(SrcReg, 0, SrcSubReg);
705 LI->addLiveRangeToEndOfBlock(CopyReg, CopyInstr);
708 addReg(CopyReg);
710 unionRegs(PHIColor, CopyReg);
711 assert(getRegColor(CopyReg) != CopyReg);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 56 milliseconds