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