9#ifndef LLVM_CODEGEN_TAILDUPLICATIONPASS_H
10#define LLVM_CODEGEN_TAILDUPLICATIONPASS_H
18template <
typename DerivedT,
bool PreRegAlloc>
21 std::unique_ptr<MBFIWrapper> MBFIW;
A container for analyses that lazily runs them and caches their results.
MachineFunctionProperties getClearedProperties() const
Properties which a MachineFunction may have at a given point in time.
MachineFunctionProperties & set(Property P)
A set of analyses that are preserved following a run of a transformation pass.
PreservedAnalyses run(MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
This is an optimization pass for GlobalISel generic memory operations.
A CRTP mix-in to automatically provide informational APIs needed for passes.