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