Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h124 bool tryCombineCopy(MachineInstr &MI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp144 bool CombinerHelper::tryCombineCopy(MachineInstr &MI) { in tryCombineCopy() function in CombinerHelper
3990 if (tryCombineCopy(MI)) in tryCombine()