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