Home
last modified time | relevance | path

Searched refs:foldRedundantCopy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp222 bool foldRedundantCopy(MachineInstr &MI);
1465 bool PeepholeOptimizer::foldRedundantCopy(MachineInstr &MI) { in foldRedundantCopy() function in PeepholeOptimizer
1789 if (MI->isCopy() && (foldRedundantCopy(*MI) || in runOnMachineFunction()