Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.c259 static object_allocator<elt_loc_list> elt_loc_list_pool ("elt_loc_list");
368 el = elt_loc_list_pool.allocate (); in new_elt_loc_list()
375 el = elt_loc_list_pool.allocate (); in new_elt_loc_list()
426 elt_loc_list_pool.remove (l); in unchain_one_elt_loc_list()
3162 elt_loc_list_pool.release (); in cselib_finish()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcselib.cc260 static object_allocator<elt_loc_list> elt_loc_list_pool ("elt_loc_list"); variable
369 el = elt_loc_list_pool.allocate (); in new_elt_loc_list()
376 el = elt_loc_list_pool.allocate (); in new_elt_loc_list()
427 elt_loc_list_pool.remove (l); in unchain_one_elt_loc_list()
3230 elt_loc_list_pool.release (); in cselib_finish()
H A DChangeLog-201516300 * cselib.c (elt_list_pool, elt_loc_list_pool,
H A DChangeLog-200446022 (elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.