Home
last modified time | relevance | path

Searched refs:predbitmap_obstack (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c204 static bitmap_obstack predbitmap_obstack; variable
1151 graph->implicit_preds[to] = BITMAP_ALLOC (&predbitmap_obstack); in add_implicit_graph_edge()
1166 graph->preds[to] = BITMAP_ALLOC (&predbitmap_obstack); in add_pred_graph_edge()
1243 graph->address_taken = BITMAP_ALLOC (&predbitmap_obstack); in build_pred_graph()
1285 graph->points_to[lhsvar] = BITMAP_ALLOC (&predbitmap_obstack); in build_pred_graph()
1289 graph->pointed_by[rhsvar] = BITMAP_ALLOC (&predbitmap_obstack); in build_pred_graph()
2196 graph->points_to[n] = BITMAP_ALLOC (&predbitmap_obstack); in label_visit()
2212 graph->points_to[n] = BITMAP_ALLOC (&predbitmap_obstack); in label_visit()
7192 bitmap_obstack_initialize (&predbitmap_obstack); in init_alias_vars()
7242 bitmap_obstack_release (&predbitmap_obstack); in remove_preds_and_fake_succs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc208 static bitmap_obstack predbitmap_obstack; variable
1165 graph->implicit_preds[to] = BITMAP_ALLOC (&predbitmap_obstack); in add_implicit_graph_edge()
1180 graph->preds[to] = BITMAP_ALLOC (&predbitmap_obstack); in add_pred_graph_edge()
1273 graph->address_taken = BITMAP_ALLOC (&predbitmap_obstack); in build_pred_graph()
1315 graph->points_to[lhsvar] = BITMAP_ALLOC (&predbitmap_obstack); in build_pred_graph()
1319 graph->pointed_by[rhsvar] = BITMAP_ALLOC (&predbitmap_obstack); in build_pred_graph()
2205 graph->points_to[n] = BITMAP_ALLOC (&predbitmap_obstack); in label_visit()
2221 graph->points_to[n] = BITMAP_ALLOC (&predbitmap_obstack); in label_visit()
7324 bitmap_obstack_initialize (&predbitmap_obstack); in init_alias_vars()
7374 bitmap_obstack_release (&predbitmap_obstack); in remove_preds_and_fake_succs()
H A DChangeLog-20051720 (predbitmap_obstack): New.