OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_lp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
except.cc
546
eh_landing_pad
old_lp
, new_lp;
589
for (
old_lp
= old_r->landing_pads;
old_lp
;
old_lp
=
old_lp
->next_lp)
592
if (
old_lp
->post_landing_pad == NULL)
596
bool existed = data->eh_map->put (
old_lp
, new_lp);
600
= data->label_map (
old_lp
->post_landing_pad, data->label_map_data);
540
eh_landing_pad
old_lp
, new_lp;
local
tree-eh.cc
2311
eh_landing_pad
old_lp
, new_lp;
2323
old_lp
= get_eh_landing_pad_from_number (old_lp_nr);
2339
gcc_assert (change_region || new_lp->region ==
old_lp
->region);
2354
/* NEW_LP already exists. If there are still edges into
OLD_LP
,
2356
edges into
OLD_LP
, then we want to remove
OLD_LP
as it is unused.
2360
remove_eh_landing_pad (
old_lp
);
2365
into
OLD_LP
, then we can simply re-use the existing landing pad.
2369
EH_LANDING_PAD_NR (
old_lp
->post_landing_pad) = 0;
2370
new_lp =
old_lp
;
2310
eh_landing_pad
old_lp
, new_lp;
local
3112
eh_landing_pad
old_lp
, new_lp;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
except.cc
546
eh_landing_pad
old_lp
, new_lp;
589
for (
old_lp
= old_r->landing_pads;
old_lp
;
old_lp
=
old_lp
->next_lp)
592
if (
old_lp
->post_landing_pad == NULL)
596
bool existed = data->eh_map->put (
old_lp
, new_lp);
600
= data->label_map (
old_lp
->post_landing_pad, data->label_map_data);
540
eh_landing_pad
old_lp
, new_lp;
local
tree-eh.cc
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
;
2309
eh_landing_pad
old_lp
, new_lp;
local
3108
eh_landing_pad
old_lp
, new_lp;
local
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026