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