Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h178 bool tryCombineCopy(MachineInstr &MI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp200 bool CombinerHelper::tryCombineCopy(MachineInstr &MI) { in tryCombineCopy() function in CombinerHelper
6189 if (tryCombineCopy(MI)) in tryCombine()