Searched refs:applyCombineCopy (Results 1 – 3 of 3) sorted by relevance
173 void applyCombineCopy(MachineInstr &MI);
127 (apply [{ Helper.applyCombineCopy(*${mi}); }])>;
198 applyCombineCopy(MI); in tryCombineCopy()210 void CombinerHelper::applyCombineCopy(MachineInstr &MI) { in applyCombineCopy() function in CombinerHelper