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