retdec
Classes | Namespaces
break_continue_return_optimizer.h File Reference

Removes statements following a break, continue, or return statements. 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::BreakContinueReturnOptimizer
 Removes statements following a break, continue, or return statements. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

Removes statements following a break, continue, or return statements.