35 BarrierNoop() : ModulePass(ID) {}
37 bool runOnModule(
Module &M)
override {
return false; }
43char 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...
This is an optimization pass for GlobalISel generic memory operations.
LLVM_ABI ModulePass * createBarrierNoopPass()
createBarrierNoopPass - This pass is purely a module pass barrier in a pass manager.