retdec
Classes | Namespaces
recursive_cfg_builder.h File Reference

A recursive creator of control-flow graphs (CFGs) from functions. More...

#include "retdec/llvmir2hll/graphs/cfg/cfg.h"
#include "retdec/llvmir2hll/graphs/cfg/cfg_builder.h"
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/support/types.h"
#include "retdec/llvmir2hll/support/visitors/ordered_all_visitor.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::RecursiveCFGBuilder
 A recursive creator of control-flow graphs (CFGs) from functions. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A recursive creator of control-flow graphs (CFGs) from functions.