Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp99 bool UseCopyInstr) { in isCopyInstr() argument
100 if (UseCopyInstr) in isCopyInstr()
163 const TargetInstrInfo &TII, bool UseCopyInstr) { in invalidateRegister() argument
171 isCopyInstr(*MI, TII, UseCopyInstr); in invalidateRegister()
195 const TargetInstrInfo &TII, bool UseCopyInstr) { in clobberRegUnit() argument
205 isCopyInstr(*MI, TII, UseCopyInstr); in clobberRegUnit()
254 const TargetInstrInfo &TII, bool UseCopyInstr) { in clobberRegister() argument
256 clobberRegUnit(Unit, TRI, TII, UseCopyInstr); in clobberRegister()
265 bool UseCopyInstr) { in trackSrcUsers() argument
272 isCopyInstr(*AvailCopy, TII, UseCopyInstr); in trackSrcUsers()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCopyPropagation.h18 bool UseCopyInstr; variable
21 MachineCopyPropagationPass(bool UseCopyInstr = false)
22 : UseCopyInstr(UseCopyInstr) {} in UseCopyInstr() function
H A DPasses.h369 createMachineCopyPropagationPass(bool UseCopyInstr);