Searched refs:UseCopyInstr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 98 bool UseCopyInstr) { in isCopyInstr() argument 99 if (UseCopyInstr) in isCopyInstr() 135 const TargetInstrInfo &TII, bool UseCopyInstr) { in invalidateRegister() argument 143 isCopyInstr(*MI, TII, UseCopyInstr); in invalidateRegister() 167 const TargetInstrInfo &TII, bool UseCopyInstr) { in clobberRegister() argument 178 isCopyInstr(*MI, TII, UseCopyInstr); in clobberRegister() 228 const TargetInstrInfo &TII, bool UseCopyInstr) { in trackCopy() argument 230 isCopyInstr(*MI, TII, UseCopyInstr); in trackCopy() 280 bool UseCopyInstr) { in findAvailBackwardCopy() argument 288 isCopyInstr(*AvailCopy, TII, UseCopyInstr); in findAvailBackwardCopy() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | Passes.h | 358 MachineFunctionPass *createMachineCopyPropagationPass(bool UseCopyInstr);
|