LLVM: include/llvm/CodeGen/MachineLICM.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9#ifndef LLVM_CODEGEN_MACHINELICM_H
10#define LLVM_CODEGEN_MACHINELICM_H
11
13
14namespace llvm {
15
16template <typename DerivedT, bool PreRegAlloc>
22
25
27
28}
29
31 true>;
33
34#endif
Definition MachineLICM.h:24
Definition MachineLICM.h:17
PreservedAnalyses run(MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
Definition MachineLICM.h:26
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
AnalysisManager< MachineFunction > MachineFunctionAnalysisManager
A CRTP mix-in to automatically provide informational APIs needed for passes.