Searched refs:add_call_site (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | except.c | 340 static int add_call_site PARAMS ((rtx, int)); 2011 index = add_call_site (GEN_INT (lp_info[i].dispatch_index), action); 3327 add_call_site (landing_pad, action) in add_call_site() function 3442 call_site = add_call_site (NULL_RTX, 0); in convert_to_eh_region_ranges() 3458 call_site = add_call_site (this_landing_pad, in convert_to_eh_region_ranges()
|
| D | ChangeLog.7 | 3630 (add_call_site): Use GGC to reallocate call_site_record array.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | except.c | 310 static int add_call_site (rtx, int); 1773 index = add_call_site (GEN_INT (lp_info[i].dispatch_index), action); in sjlj_assign_call_site_values() 3217 add_call_site (rtx landing_pad, int action) in add_call_site() function 3329 call_site = add_call_site (NULL_RTX, 0); in convert_to_eh_region_ranges() 3345 call_site = add_call_site (this_landing_pad, in convert_to_eh_region_ranges()
|