retdec
|
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 | |
A representation of a control-flow graph node.