Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp98 if (UseCopyInstr) in isCopyInstr()
142 isCopyInstr(*MI, TII, UseCopyInstr); in invalidateRegister()
229 isCopyInstr(*MI, TII, UseCopyInstr); in trackCopy()
388 bool UseCopyInstr; member in __anonf5bcd53e0111::MachineCopyPropagation
516 isCopyInstr(Copy, *TII, UseCopyInstr); in eraseIfRedundant()
540 isCopyInstr(Copy, *TII, UseCopyInstr); in isBackwardPropagatableRegClassCopy()
559 isCopyInstr(Copy, *TII, UseCopyInstr); in isForwardableRegClassCopy()
721 if (isCopyInstr(MI, *TII, UseCopyInstr) && in forwardUses()
763 isCopyInstr(MI, *TII, UseCopyInstr); in ForwardCopyPropagateBlock()
1031 isCopyInstr(MI, *TII, UseCopyInstr); in BackwardCopyPropagateBlock()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h353 MachineFunctionPass *createMachineCopyPropagationPass(bool UseCopyInstr);