35 BarrierNoop() : ModulePass(ID) {
39 bool runOnModule(
Module &M)
override {
return false; }
45char BarrierNoop::ID = 0;
Machine Check Debug Module
#define INITIALIZE_PASS(passName, arg, name, cfg, analysis)
ModulePass class - This class is used to implement unstructured interprocedural optimizations and ana...
static LLVM_ABI PassRegistry * getPassRegistry()
getPassRegistry - Access the global registry object, which is automatically initialized at applicatio...
This is an optimization pass for GlobalISel generic memory operations.
LLVM_ABI void initializeBarrierNoopPass(PassRegistry &)
LLVM_ABI ModulePass * createBarrierNoopPass()
createBarrierNoopPass - This pass is purely a module pass barrier in a pass manager.