retdec
inst_opt.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_BIN2LLVMIR_OPTIMIZATIONS_INST_OPT_INST_OPT_H
8 #define RETDEC_BIN2LLVMIR_OPTIMIZATIONS_INST_OPT_INST_OPT_H
9 
10 #include <llvm/IR/Instruction.h>
11 
12 namespace retdec {
13 namespace bin2llvmir {
14 namespace inst_opt {
15 
16 bool optimize(llvm::Instruction* insn);
17 
18 } // namespace inst_opt
19 } // namespace bin2llvmir
20 } // namespace retdec
21 
22 #endif
The frontend-end part of the decompiler.
bool optimize(llvm::Instruction *insn)
Definition: inst_opt.cpp:563
Definition: archive_wrapper.h:19