retdec
Namespaces | Functions
inst_opt_rda.h File Reference

Optimize a single LLVM instruction using RDA. More...

#include <unordered_set>
#include <llvm/IR/Instruction.h>

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::bin2llvmir
 
 retdec::bin2llvmir::inst_opt_rda
 

Functions

bool retdec::bin2llvmir::inst_opt_rda::optimize (llvm::Instruction *insn, ReachingDefinitionsAnalysis &RDA, Abi *abi, std::unordered_set< llvm::Value * > *toRemove=nullptr)
 

Detailed Description

Optimize a single LLVM instruction using RDA.