retdec
|
A representation of a control-flow graph (CFG). More...
#include <cstddef>
#include <string>
#include <unordered_map>
#include <vector>
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/support/types.h"
#include "retdec/utils/non_copyable.h"
Go to the source code of this file.
Classes | |
class | retdec::llvmir2hll::CFG |
A representation of a control-flow graph (CFG). More... | |
class | retdec::llvmir2hll::CFG::Node |
A node of a CFG (represents a basic block). More... | |
class | retdec::llvmir2hll::CFG::Edge |
An edge of a CFG (represents program flow). More... | |
Namespaces | |
retdec | |
retdec::llvmir2hll | |
A representation of a control-flow graph (CFG).