Home
last modified time | relevance | path

Searched refs:scc_info (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-structalias.c1388 struct scc_info struct
1390 scc_info (size_t size);
1391 ~scc_info ();
1414 scc_visit (constraint_graph_t graph, struct scc_info *si, unsigned int n) in scc_visit() argument
1838 scc_info::scc_info (size_t size) : in scc_info() function
1852 scc_info::~scc_info () in ~scc_info()
1871 scc_info si (size); in find_indirect_cycles()
2017 condense_visit (constraint_graph_t graph, struct scc_info *si, unsigned int n) in condense_visit()
2122 label_visit (constraint_graph_t graph, struct scc_info *si, unsigned int n) in label_visit()
2209 dump_pred_graph (struct scc_info *si, FILE *file) in dump_pred_graph()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-structalias.c1359 struct scc_info struct
1382 scc_visit (constraint_graph_t graph, struct scc_info *si, unsigned int n) in scc_visit() argument
1808 static struct scc_info *
1811 struct scc_info *si = XNEW (struct scc_info); in init_scc_info()
1832 free_scc_info (struct scc_info *si) in free_scc_info()
1855 struct scc_info *si = init_scc_info (size); in find_indirect_cycles()
2021 condense_visit (constraint_graph_t graph, struct scc_info *si, unsigned int n) in condense_visit()
2115 label_visit (constraint_graph_t graph, struct scc_info *si, unsigned int n) in label_visit()
2166 static struct scc_info *
2171 struct scc_info *si = init_scc_info (size); in perform_var_substitution()
[all …]