retdec
Namespaces | Functions
var_def_stmt_optimizer.cpp File Reference

Implementation of VarDefStmtOptimizer. More...

#include <limits>
#include "retdec/llvmir2hll/analysis/no_init_var_def_analysis.h"
#include "retdec/llvmir2hll/analysis/value_analysis.h"
#include "retdec/llvmir2hll/ir/assign_op_expr.h"
#include "retdec/llvmir2hll/ir/assign_stmt.h"
#include "retdec/llvmir2hll/ir/float_type.h"
#include "retdec/llvmir2hll/ir/for_loop_stmt.h"
#include "retdec/llvmir2hll/ir/function.h"
#include "retdec/llvmir2hll/ir/if_stmt.h"
#include "retdec/llvmir2hll/ir/int_type.h"
#include "retdec/llvmir2hll/ir/pointer_type.h"
#include "retdec/llvmir2hll/ir/switch_stmt.h"
#include "retdec/llvmir2hll/ir/ufor_loop_stmt.h"
#include "retdec/llvmir2hll/ir/var_def_stmt.h"
#include "retdec/llvmir2hll/ir/variable.h"
#include "retdec/llvmir2hll/ir/while_loop_stmt.h"
#include "retdec/llvmir2hll/optimizer/optimizers/var_def_stmt_optimizer.h"
#include "retdec/llvmir2hll/support/debug.h"
#include "retdec/llvmir2hll/support/types.h"
#include "retdec/utils/container.h"
#include "retdec/utils/string.h"

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Functions

bool retdec::llvmir2hll::compareVarDefStms (const ShPtr< VarDefStmt > &v1, const ShPtr< VarDefStmt > &v2)
 Compares the two given VarDefStms by their name. More...
 

Detailed Description

Implementation of VarDefStmtOptimizer.