#include <graphds.h>
Data Fields | |
int | n_vertices |
struct vertex * | vertices |
struct obstack | ob |
Structure representing a graph.
int graph::n_vertices |
Referenced by loop_distribution::break_alias_scc_partitions(), create_rdg_cd_edges(), create_rdg_flow_edges(), dot_rdg_1(), dump_rdg(), free_partition_graph_vdata(), free_rdg(), new_graph(), number_of_rw_in_rdg(), prime_paths(), sort_partitions_by_post_order(), and loop_distribution::transform_reduction_loop().
struct obstack graph::ob |
struct vertex* graph::vertices |
Referenced by loop_distribution::break_alias_scc_partitions(), loop_distribution::create_rdg_vertices(), dot_rdg_1(), dump_rdg_vertex(), find_prime_paths(), free_partition_graph_vdata(), free_rdg(), init_partition_graph_vertices(), loop_distribution::merge_dep_scc_partitions(), prime_paths(), and sort_partitions_by_post_order().