Searched refs:eraseIfRedundant (Results 1 – 1 of 1) sorted by relevance
65 bool eraseIfRedundant(MachineInstr &Copy, unsigned Src, unsigned Def);146 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src, in eraseIfRedundant() function in MachineCopyPropagation210 if (eraseIfRedundant(*MI, Def, Src) || eraseIfRedundant(*MI, Src, Def)) in CopyPropagateBlock()