Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dtree-ssa-structalias.c4532 bitmap finished_solution; in find_what_p_points_to() local
4566 finished_solution = BITMAP_GGC_ALLOC (); in find_what_p_points_to()
4567 set_uids_in_ptset (vi->decl, finished_solution, vi->solution); in find_what_p_points_to()
4568 result = shared_bitmap_lookup (finished_solution); in find_what_p_points_to()
4572 shared_bitmap_add (finished_solution); in find_what_p_points_to()
4573 pi->pt_vars = finished_solution; in find_what_p_points_to()
4578 bitmap_clear (finished_solution); in find_what_p_points_to()