LLVM  8.0.1
SyntheticCountsPropagation.h
Go to the documentation of this file.
1 #ifndef LLVM_TRANSFORMS_IPO_SYNTHETIC_COUNTS_PROPAGATION_H
2 #define LLVM_TRANSFORMS_IPO_SYNTHETIC_COUNTS_PROPAGATION_H
3 
4 #include "llvm/ADT/STLExtras.h"
5 #include "llvm/IR/CallSite.h"
6 #include "llvm/IR/PassManager.h"
8 
9 namespace llvm {
10 class Function;
11 class Module;
12 
14  : public PassInfoMixin<SyntheticCountsPropagation> {
15 public:
17 };
18 } // namespace llvm
19 #endif
This class represents lattice values for constants.
Definition: AllocatorList.h:24
A Module instance is used to store all the information related to an LLVM module. ...
Definition: Module.h:65
A CRTP mix-in to automatically provide informational APIs needed for passes.
Definition: PassManager.h:366
A set of analyses that are preserved following a run of a transformation pass.
Definition: PassManager.h:154
PreservedAnalyses run(Module &M, ModuleAnalysisManager &MAM)
A container for analyses that lazily runs them and caches their results.
This header defines various interfaces for pass management in LLVM.