Home
last modified time | relevance | path

Searched defs:graph (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphds.h45 struct graph struct
53 struct graph *new_graph (int); argument
H A Dtree-ssa-structalias.c574 static constraint_graph_t graph; variable
1011 insert_into_complex (constraint_graph_t graph, in insert_into_complex()
1029 merge_node_constraints (constraint_graph_t graph, unsigned int to, in merge_node_constraints()
1060 clear_edges_for_node (constraint_graph_t graph, unsigned int node) in clear_edges_for_node()
1069 merge_graph_nodes (constraint_graph_t graph, unsigned int to, in merge_graph_nodes()
1101 add_implicit_graph_edge (constraint_graph_t graph, unsigned int to, in add_implicit_graph_edge()
1119 add_pred_graph_edge (constraint_graph_t graph, unsigned int to, in add_pred_graph_edge()
1132 add_graph_edge (constraint_graph_t graph, unsigned int to, in add_graph_edge()
1159 valid_graph_edge (constraint_graph_t graph, unsigned int src, in valid_graph_edge()
1382 scc_visit (constraint_graph_t graph, struct scc_info *si, unsigned int n) in scc_visit()
[all …]
H A Dtree-ssa-coalesce.c782 live_track_process_def (live_track_p ptr, tree def, ssa_conflicts_p graph) in live_track_process_def()
841 ssa_conflicts_p graph; in build_ssa_conflict_graph() local
1206 attempt_coalesce (var_map map, ssa_conflicts_p graph, int x, int y, in attempt_coalesce()
1270 coalesce_partitions (var_map map, ssa_conflicts_p graph, coalesce_list_p cl, in coalesce_partitions()
1353 ssa_conflicts_p graph; in coalesce_ssa_name() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgraphds.h47 struct graph struct
54 struct graph *new_graph (int); argument
H A Dtree-ssa-structalias.c609 static constraint_graph_t graph; variable
1044 insert_into_complex (constraint_graph_t graph, in insert_into_complex()
1062 merge_node_constraints (constraint_graph_t graph, unsigned int to, in merge_node_constraints()
1096 clear_edges_for_node (constraint_graph_t graph, unsigned int node) in clear_edges_for_node()
1105 merge_graph_nodes (constraint_graph_t graph, unsigned int to, in merge_graph_nodes()
1137 add_implicit_graph_edge (constraint_graph_t graph, unsigned int to, in add_implicit_graph_edge()
1155 add_pred_graph_edge (constraint_graph_t graph, unsigned int to, in add_pred_graph_edge()
1168 add_graph_edge (constraint_graph_t graph, unsigned int to, in add_graph_edge()
1414 scc_visit (constraint_graph_t graph, struct scc_info *si, unsigned int n) in scc_visit()
1494 unify_nodes (constraint_graph_t graph, unsigned int to, unsigned int from, in unify_nodes()
[all …]
H A Dtree-ssa-coalesce.c802 live_track_process_def (live_track *ptr, tree def, ssa_conflicts *graph) in live_track_process_def()
861 ssa_conflicts *graph; in build_ssa_conflict_graph() local
1297 attempt_coalesce (var_map map, ssa_conflicts *graph, int x, int y, in attempt_coalesce()
1363 coalesce_partitions (var_map map, ssa_conflicts *graph, coalesce_list *cl, in coalesce_partitions()
1698 ssa_conflicts *graph; in coalesce_ssa_name() local
H A Dtree-loop-distribution.c2045 free_partition_graph_edata_cb (struct graph *, struct graph_edge *e, void *) in free_partition_graph_edata_cb()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_base.h53 static const mask graph = _CTYPE_A | _CTYPE_D | _CTYPE_P; in _GLIBCXX_VISIBILITY() member
67 static const mask graph = _CTYPEMASK_G; in _GLIBCXX_VISIBILITY() member
/dflybsd-src/contrib/byacc/
H A Dgraph.c11 graph(void) in graph() function
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_base.h51 static const mask graph = _CTYPE_A | _CTYPE_D | _CTYPE_P; in _GLIBCXX_VISIBILITY() member
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dctype.cc44 const ctype_base::mask ctype_base::graph; member in std::ctype_base
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dctype.cc42 const ctype_base::mask ctype_base::graph; member in std::ctype_base
/dflybsd-src/usr.bin/tsort/
H A Dtsort.c93 NODE *graph, **cycle_buf, **longest_cycle; variable
/dflybsd-src/contrib/mdocml/
H A Dterm.c259 int graph; /* Last character was non-blank. */ in term_fill() local