Searched refs:eliminateUndefCopy (Results 1 – 1 of 1) sorted by relevance
211 bool eliminateUndefCopy(MachineInstr *CopyMI);1044 bool RegisterCoalescer::eliminateUndefCopy(MachineInstr *CopyMI) { in eliminateUndefCopy() function in RegisterCoalescer1268 if (!CP.isPhys() && eliminateUndefCopy(CopyMI)) { in joinCopy()