23 #ifndef INCLUDED_GR_FLAT_FLOWGRAPH_H
24 #define INCLUDED_GR_FLAT_FLOWGRAPH_H
48 void setup_connections();
Definition: gr_flowgraph.h:55
std::vector< gr_basic_block_sptr > gr_basic_block_vector_t
Definition: gr_basic_block.h:288
Class specializing gr_flat_flowgraph that has all nodes as gr_blocks, with no hierarchy.
Definition: gr_flat_flowgraph.h:39
GR_CORE_API gr_flat_flowgraph_sptr gr_make_flat_flowgraph()
#define GR_CORE_API
Definition: gr_core_api.h:30
Class representing a directed, acyclic graph of basic blocks.
Definition: gr_flowgraph.h:140