Searched refs:UseCopyInstr (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCopyPropagation.cpp | 93 bool UseCopyInstr) { in isCopyInstr() argument 94 if (UseCopyInstr) in isCopyInstr() 130 const TargetInstrInfo &TII, bool UseCopyInstr) { in invalidateRegister() argument 141 isCopyInstr(*MI, TII, UseCopyInstr); in invalidateRegister() 159 const TargetInstrInfo &TII, bool UseCopyInstr) { in clobberRegister() argument 170 isCopyInstr(*MI, TII, UseCopyInstr); in clobberRegister() 182 const TargetInstrInfo &TII, bool UseCopyInstr) { in trackCopy() argument 184 isCopyInstr(*MI, TII, UseCopyInstr); in trackCopy() 233 bool UseCopyInstr) { in findAvailBackwardCopy() argument 241 isCopyInstr(*AvailCopy, TII, UseCopyInstr); in findAvailBackwardCopy() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | Passes.h | 343 MachineFunctionPass *createMachineCopyPropagationPass(bool UseCopyInstr);
|