retdec
Classes | Namespaces
no_init_var_def_optimizer.h File Reference

Removes variable-defining statements with no initializer. More...

#include "retdec/llvmir2hll/optimizer/func_optimizer.h"
#include "retdec/llvmir2hll/support/smart_ptr.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::NoInitVarDefOptimizer
 Removes variable-defining statements with no initializer. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

Removes variable-defining statements with no initializer.