reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
694 if (Register::isPhysicalRegister(Hint1) && MRI->isAllocatable(Hint1) && 694 if (Register::isPhysicalRegister(Hint1) && MRI->isAllocatable(Hint1) && 695 RC.contains(Hint1) && !isRegUsedInInstr(Hint1)) { 695 RC.contains(Hint1) && !isRegUsedInInstr(Hint1)) { 697 unsigned Cost = calcSpillCost(Hint1); 699 LLVM_DEBUG(dbgs() << "\tPreferred Register 0: " << printReg(Hint1, TRI) 702 definePhysReg(MI, Hint1, regFree); 703 assignVirtToPhysReg(LR, Hint1); 706 LLVM_DEBUG(dbgs() << "\tPreferred Register 0: " << printReg(Hint1, TRI) 710 Hint1 = 0; 726 if (PhysReg == Hint1 || PhysReg == Hint0)