Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp221 bool foldRedundantCopy(MachineInstr &MI,
1394 bool PeepholeOptimizer::foldRedundantCopy( in foldRedundantCopy() function in PeepholeOptimizer
1722 if (MI->isCopy() && (foldRedundantCopy(*MI, CopySrcMIs) || in runOnMachineFunction()