Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-structalias.c580 unsigned int *pointer_label; member
1230 graph->pointer_label = XCNEWVEC (unsigned int, graph->size); in build_pred_graph()
2138 if (w == n || graph->pointer_label[w] == 0) in label_visit()
2170 graph->pointer_label[n] = pointer_equiv_class++; in label_visit()
2174 ecl->equivalence_class = graph->pointer_label[n]; in label_visit()
2184 graph->pointer_label[n] = graph->pointer_label[first_pred]; in label_visit()
2202 graph->pointer_label[n] = ecl->equivalence_class; in label_visit()
2334 graph->pointer_label[si->node_mapping[j]]); in perform_var_substitution()
2390 graph->pointer_label[i], graph->loc_label[i]); in perform_var_substitution()
2400 if (graph->pointer_label[node] == 0) in perform_var_substitution()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-structalias.c545 unsigned int *pointer_label; local
1201 graph->pointer_label = XCNEWVEC (unsigned int, graph->size); in build_pred_graph()
2132 if (w == n || graph->pointer_label[w] == 0) in label_visit()
2159 graph->pointer_label[n] = label; in label_visit()
2210 graph->pointer_label[si->node_mapping[j]]); in perform_var_substitution()
2245 graph->pointer_label[si->node_mapping[i]], in perform_var_substitution()
2255 if (graph->pointer_label[node] == 0) in perform_var_substitution()
2276 free (graph->pointer_label); in free_var_substitution_info()
2415 lhslabel = graph->pointer_label[lhsnode]; in rewrite_constraints()
2416 rhslabel = graph->pointer_label[rhsnode]; in rewrite_constraints()