retdec
Classes | Namespaces
pre_while_true_loop_conv_optimizer.h File Reference

Optimizes the bodies of while True loops to simplify other optimizations of these loops. 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::PreWhileTrueLoopConvOptimizer
 Optimizes the bodies of while True loops to simplify other optimizations of these loops. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

Optimizes the bodies of while True loops to simplify other optimizations of these loops.