13#ifndef LLVM_TRANSFORMS_INSTRUMENTATION_TYPESANITIZER_H
14#define LLVM_TRANSFORMS_INSTRUMENTATION_TYPESANITIZER_H
This header defines various interfaces for pass management in LLVM.
FunctionPass class - This class is used to implement most global optimizations.
A Module instance is used to store all the information related to an LLVM module.
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< Module > ModuleAnalysisManager
Convenience typedef for the Module analysis manager.
A CRTP mix-in for passes that should not be skipped.
LLVM_ABI PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM)