9#ifndef LLVM_CODEGEN_MACHINECOPYPROPAGATION_H
10#define LLVM_CODEGEN_MACHINECOPYPROPAGATION_H
22 : UseCopyInstr(UseCopyInstr) {}
A container for analyses that lazily runs them and caches their results.
PreservedAnalyses run(MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
MachineFunctionProperties getRequiredProperties() const
MachineCopyPropagationPass(bool UseCopyInstr=false)
Properties which a MachineFunction may have at a given point in time.
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
A CRTP mix-in to automatically provide informational APIs needed for passes.