GCC Middle and Back End API Reference
|
#include <graphds.h>
Data Fields | |
struct graph_edge * | pred |
struct graph_edge * | succ |
int | component |
int | post |
void * | data |
Structure representing vertex of a graph.
int vertex::component |
Lists of predecessors and successors.
Referenced by dump_graph(), graphds_dfs(), and write_alias_graph_to_ascii_ecc().
void* vertex::data |
Referenced by create_rdg_cd_edges(), and stmts_from_loop().
int vertex::post |
Referenced by graphds_dfs().
struct graph_edge* vertex::pred |
Referenced by dump_graph(), and write_alias_graph_to_ascii_ecc().
struct graph_edge * vertex::succ |
Referenced by dump_graph(), identify_vertices(), and stmts_from_loop().