13#ifndef LLVM_TRANSFORMS_UTILS_TRIGGERCRASHPASS_H
14#define LLVM_TRANSFORMS_UTILS_TRIGGERCRASHPASS_H
Module.h This file contains the declarations for the Module class.
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.
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM)
This is an optimization pass for GlobalISel generic memory operations.
FunctionPass * createTriggerCrashFunctionPass()
AnalysisManager< Function > FunctionAnalysisManager
Convenience typedef for the Function analysis manager.
AnalysisManager< Module > ModuleAnalysisManager
Convenience typedef for the Module analysis manager.
A CRTP mix-in for passes that can be skipped.