15 #ifndef LLVM_TRANSFORMS_UTILS_INSTSIMPLIFYPASS_H 16 #define LLVM_TRANSFORMS_UTILS_INSTSIMPLIFYPASS_H 46 #endif // LLVM_TRANSFORMS_UTILS_INSTSIMPLIFYPASS_H This class represents lattice values for constants.
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
Run instruction simplification across each instruction in the function.
A CRTP mix-in to automatically provide informational APIs needed for passes.
FunctionPass * createInstSimplifyLegacyPass()
Create a legacy pass that does instruction simplification on each instruction in a function...
A set of analyses that are preserved following a run of a transformation pass.
FunctionPass class - This class is used to implement most global optimizations.
A container for analyses that lazily runs them and caches their results.
This header defines various interfaces for pass management in LLVM.