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