Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-structalias.c554 bitmap *pointed_by; local
1203 graph->pointed_by = XCNEWVEC (bitmap, graph->size); in build_pred_graph()
1252 if (graph->pointed_by[rhsvar] == NULL) in build_pred_graph()
1253 graph->pointed_by[rhsvar] = BITMAP_ALLOC (&predbitmap_obstack); in build_pred_graph()
1254 bitmap_set_bit (graph->pointed_by[rhsvar], lhsvar); in build_pred_graph()
2196 bitmap pointed_by; in perform_var_substitution() local
2201 if (!graph->pointed_by[i]) in perform_var_substitution()
2203 pointed_by = BITMAP_ALLOC (&iteration_obstack); in perform_var_substitution()
2207 EXECUTE_IF_SET_IN_BITMAP (graph->pointed_by[i], 0, j, bi) in perform_var_substitution()
2209 bitmap_set_bit (pointed_by, in perform_var_substitution()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-structalias.c589 bitmap *pointed_by; member
1232 graph->pointed_by = XCNEWVEC (bitmap, graph->size); in build_pred_graph()
1281 if (graph->pointed_by[rhsvar] == NULL) in build_pred_graph()
1282 graph->pointed_by[rhsvar] = BITMAP_ALLOC (&predbitmap_obstack); in build_pred_graph()
1283 bitmap_set_bit (graph->pointed_by[rhsvar], lhsvar); in build_pred_graph()
2321 bitmap pointed_by; in perform_var_substitution() local
2325 if (!graph->pointed_by[i]) in perform_var_substitution()
2327 pointed_by = BITMAP_ALLOC (&iteration_obstack); in perform_var_substitution()
2331 EXECUTE_IF_SET_IN_BITMAP (graph->pointed_by[i], 0, j, bi) in perform_var_substitution()
2333 bitmap_set_bit (pointed_by, in perform_var_substitution()
[all …]