Home | History | Annotate | Download | only in gcc

Lines Matching defs:old_lp

2310   eh_landing_pad old_lp, new_lp;
2322 old_lp = get_eh_landing_pad_from_number (old_lp_nr);
2338 gcc_assert (change_region || new_lp->region == old_lp->region);
2353 /* NEW_LP already exists. If there are still edges into OLD_LP,
2355 edges into OLD_LP, then we want to remove OLD_LP as it is unused.
2359 remove_eh_landing_pad (old_lp);
2364 into OLD_LP, then we can simply re-use the existing landing pad.
2368 EH_LANDING_PAD_NR (old_lp->post_landing_pad) = 0;
2369 new_lp = old_lp;
2372 new_lp = gen_eh_landing_pad (old_lp->region);
2378 if (old_lp != new_lp)
3110 eh_landing_pad old_lp, new_lp;
3112 old_lp = (*old_fun->eh->lp_array)[old_lp_nr];
3113 new_lp = static_cast<eh_landing_pad> (*map->get (old_lp));