retdec
Classes | Namespaces
cfg_node.h File Reference

A representation of a control-flow graph node. More...

#include <string>
#include <unordered_set>
#include <vector>
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/utils/non_copyable.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::CFGNode
 A representation of a control-flow graph node. More...
 
class  retdec::llvmir2hll::CFGNode::CFGEdge
 A representation of a control-flow graph edge. More...
 

Namespaces

 llvm
 
 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A representation of a control-flow graph node.