Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexcept.c3379 rtx this_landing_pad; in convert_to_eh_region_ranges() local
3424 this_landing_pad = o->landing_pad; in convert_to_eh_region_ranges()
3427 this_landing_pad = NULL_RTX; in convert_to_eh_region_ranges()
3432 || last_landing_pad != this_landing_pad) in convert_to_eh_region_ranges()
3458 call_site = add_call_site (this_landing_pad, in convert_to_eh_region_ranges()
3465 last_landing_pad = this_landing_pad; in convert_to_eh_region_ranges()
/openbsd/gnu/gcc/gcc/
H A Dexcept.c3266 rtx this_landing_pad; in convert_to_eh_region_ranges() local
3311 this_landing_pad = o->landing_pad; in convert_to_eh_region_ranges()
3314 this_landing_pad = NULL_RTX; in convert_to_eh_region_ranges()
3319 || last_landing_pad != this_landing_pad) in convert_to_eh_region_ranges()
3345 call_site = add_call_site (this_landing_pad, in convert_to_eh_region_ranges()
3352 last_landing_pad = this_landing_pad; in convert_to_eh_region_ranges()