7 #ifndef RETDEC_BIN2LLVMIR_OPTIMIZATIONS_INST_OPT_INST_OPT_PASS_H
8 #define RETDEC_BIN2LLVMIR_OPTIMIZATIONS_INST_OPT_INST_OPT_PASS_H
10 #include <llvm/IR/Function.h>
11 #include <llvm/IR/Instructions.h>
12 #include <llvm/IR/Module.h>
13 #include <llvm/Pass.h>
Definition: inst_opt_pass.h:19
llvm::Module * _module
Definition: inst_opt_pass.h:30
bool run()
Definition: inst_opt_pass.cpp:44
bool runOnModuleCustom(llvm::Module &m)
Definition: inst_opt_pass.cpp:38
InstructionOptimizer()
Definition: inst_opt_pass.cpp:26
static char ID
Definition: inst_opt_pass.h:21
virtual bool runOnModule(llvm::Module &m) override
Definition: inst_opt_pass.cpp:32
The frontend-end part of the decompiler.
Definition: archive_wrapper.h:19