Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp94 if (UseCopyInstr) in isCopyInstr()
141 isCopyInstr(*MI, TII, UseCopyInstr); in invalidateRegister()
170 isCopyInstr(*MI, TII, UseCopyInstr); in clobberRegister()
240 isCopyInstr(*AvailCopy, TII, UseCopyInstr); in findAvailBackwardCopy()
270 isCopyInstr(*AvailCopy, TII, UseCopyInstr); in findAvailCopy()
299 bool UseCopyInstr; member in __anone7b60f380111::MachineCopyPropagation
591 isCopyInstr(*Copy, *TII, UseCopyInstr); in forwardUses()
617 if (isCopyInstr(MI, *TII, UseCopyInstr) && in forwardUses()
891 isCopyInstr(*Copy, *TII, UseCopyInstr); in propagateDefs()
967 UseCopyInstr); in BackwardCopyPropagateBlock()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DPasses.h331 MachineFunctionPass *createMachineCopyPropagationPass(bool UseCopyInstr);