GCC Middle and Back End API Reference
|
#include <reachability.h>
Public Types | |
typedef GraphTraits::graph_t | graph_t |
typedef GraphTraits::node_t | node_t |
typedef GraphTraits::edge_t | edge_t |
Public Member Functions | |
reachability (const graph_t &graph, const node_t *target_node) | |
bool | reachable_from_p (const node_t *src_node) const |
Private Attributes | |
auto_sbitmap | m_indices |
The set of nodes from which a target node in a digraph can be reached.
GraphTraits::edge_t ana::reachability< GraphTraits >::edge_t |
GraphTraits::graph_t ana::reachability< GraphTraits >::graph_t |
GraphTraits::node_t ana::reachability< GraphTraits >::node_t |
|
inline |
|
inline |
References bitmap_bit_p, and ana::reachability< GraphTraits >::m_indices.
Referenced by ana::reachability< GraphTraits >::reachability().
|
private |