Searched refs:old_lp (Results 1 – 3 of 3) sorted by relevance
540 eh_landing_pad old_lp, new_lp; in duplicate_eh_regions_1() local582 for (old_lp = old_r->landing_pads; old_lp ; old_lp = old_lp->next_lp) in duplicate_eh_regions_1()585 if (old_lp->post_landing_pad == NULL) in duplicate_eh_regions_1()589 gcc_assert (!data->eh_map->put (old_lp, new_lp)); in duplicate_eh_regions_1()592 = data->label_map (old_lp->post_landing_pad, data->label_map_data); in duplicate_eh_regions_1()
1486 eh_landing_pad old_lp = (*cfun->eh->lp_array)[old_index]; in sjlj_fix_up_crossing_landing_pad() local1487 eh_landing_pad new_lp = gen_eh_landing_pad (old_lp->region); in sjlj_fix_up_crossing_landing_pad()1488 new_lp->post_landing_pad = old_lp->post_landing_pad; in sjlj_fix_up_crossing_landing_pad()1506 dw2_fix_up_crossing_landing_pad (eh_landing_pad old_lp, basic_block old_bb) in dw2_fix_up_crossing_landing_pad() argument1513 new_lp = gen_eh_landing_pad (old_lp->region); in dw2_fix_up_crossing_landing_pad()1514 new_lp->post_landing_pad = old_lp->post_landing_pad; in dw2_fix_up_crossing_landing_pad()1529 gcc_checking_assert (INTVAL (XEXP (note, 0)) == old_lp->index); in dw2_fix_up_crossing_landing_pad()
2308 eh_landing_pad old_lp, new_lp; in redirect_eh_edge_1() local2320 old_lp = get_eh_landing_pad_from_number (old_lp_nr); in redirect_eh_edge_1()2336 gcc_assert (change_region || new_lp->region == old_lp->region); in redirect_eh_edge_1()2357 remove_eh_landing_pad (old_lp); in redirect_eh_edge_1()2366 EH_LANDING_PAD_NR (old_lp->post_landing_pad) = 0; in redirect_eh_edge_1()2367 new_lp = old_lp; in redirect_eh_edge_1()2370 new_lp = gen_eh_landing_pad (old_lp->region); in redirect_eh_edge_1()2376 if (old_lp != new_lp) in redirect_eh_edge_1()3102 eh_landing_pad old_lp, new_lp; in maybe_duplicate_eh_stmt_fn() local3104 old_lp = (*old_fun->eh->lp_array)[old_lp_nr]; in maybe_duplicate_eh_stmt_fn()[all …]