Searched refs:pta_obstack (Results 1 – 3 of 3) sorted by relevance
207 static bitmap_obstack pta_obstack; variable402 ret->solution = BITMAP_ALLOC (&pta_obstack); in new_var_info()1131 graph->succs[to] = BITMAP_ALLOC (&pta_obstack); in merge_graph_nodes()1187 graph->succs[from] = BITMAP_ALLOC (&pta_obstack); in add_graph_edge()2721 pts = BITMAP_ALLOC (&pta_obstack); in solve_graph()7190 bitmap_obstack_initialize (&pta_obstack); in init_alias_vars()7410 bitmap delta = BITMAP_ALLOC (&pta_obstack); in compute_points_to_sets()7429 bitmap new_delta = BITMAP_ALLOC (&pta_obstack); in compute_points_to_sets()7556 bitmap_obstack_release (&pta_obstack); in delete_points_to_sets()
211 static bitmap_obstack pta_obstack; variable410 ret->solution = BITMAP_ALLOC (&pta_obstack); in new_var_info()1145 graph->succs[to] = BITMAP_ALLOC (&pta_obstack); in merge_graph_nodes()1201 graph->succs[from] = BITMAP_ALLOC (&pta_obstack); in add_graph_edge()2730 pts = BITMAP_ALLOC (&pta_obstack); in solve_graph()7322 bitmap_obstack_initialize (&pta_obstack); in init_alias_vars()7541 bitmap delta = BITMAP_ALLOC (&pta_obstack); in compute_points_to_sets()7560 bitmap new_delta = BITMAP_ALLOC (&pta_obstack); in compute_points_to_sets()7714 bitmap_obstack_release (&pta_obstack); in delete_points_to_sets()
31894 (pta_obstack): New.