Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp51 bool foldCopyDup(MachineInstr &MI);
111 CurrentIterChanged |= foldCopyDup(MI); in doPeepholeOpts()
165 bool AArch64PostSelectOptimize::foldCopyDup(MachineInstr &MI) { in foldCopyDup() function in AArch64PostSelectOptimize