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