Searched refs:foldRedundantCopy (Results 1 – 1 of 1) sorted by relevance
222 bool foldRedundantCopy(MachineInstr &MI);1465 bool PeepholeOptimizer::foldRedundantCopy(MachineInstr &MI) { in foldRedundantCopy() function in PeepholeOptimizer1789 if (MI->isCopy() && (foldRedundantCopy(*MI) || in runOnMachineFunction()