retdec
Namespaces | Macros | Functions
cond_branch_opt.cpp File Reference

Conditional branch optimization. More...

#include <llvm/IR/Function.h>
#include <llvm/IR/InstIterator.h>
#include <llvm/IR/Instruction.h>
#include <llvm/IR/Instructions.h>
#include <llvm/IR/Operator.h>
#include "retdec/bin2llvmir/analyses/symbolic_tree.h"
#include "retdec/bin2llvmir/optimizations/cond_branch_opt/cond_branch_opt.h"
#include "retdec/bin2llvmir/utils/debug.h"
#include "retdec/bin2llvmir/utils/ir_modifier.h"
#include "retdec/bin2llvmir/utils/symbolic_tree_match.h"

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Macros

#define debug_enabled   false
 

Functions

static RegisterPass< CondBranchOpt > retdec::bin2llvmir::X ("retdec-cond-branch-opt", "Conditional branch optimization", false, false)
 

Detailed Description

Conditional branch optimization.

Macro Definition Documentation

◆ debug_enabled

#define debug_enabled   false