OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eh_dispatch
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-eh.cc
1773
geh_dispatch *
eh_dispatch
;
local
1790
eh_dispatch
= gimple_build_eh_dispatch (try_region->index);
1791
gimple_seq_add_stmt (&new_seq,
eh_dispatch
);
1842
gimple_set_location (
eh_dispatch
, catch_loc);
2237
/* Create the multiple edges from an
EH_DISPATCH
statement to all of
2396
labels for redirecting a non-fallthru
EH_DISPATCH
edge E to NEW_BB.
3779
/* At the end of inlining, we can lower
EH_DISPATCH
. Return true when
3925
/* Replace the
EH_DISPATCH
with the SWITCH or COND generated above. */
4097
/* Avoid removing regions referenced from RESX/
EH_DISPATCH
. */
tree-inline.cc
1898
RESX and
EH_DISPATCH
. */
1944
geh_dispatch *
eh_dispatch
= as_a <geh_dispatch *> (copy);
local
1945
int r = gimple_eh_dispatch_region (
eh_dispatch
);
1947
gimple_eh_dispatch_set_region (
eh_dispatch
, r);
/src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc
1772
geh_dispatch *
eh_dispatch
;
local
1789
eh_dispatch
= gimple_build_eh_dispatch (try_region->index);
1790
gimple_seq_add_stmt (&new_seq,
eh_dispatch
);
1841
gimple_set_location (
eh_dispatch
, catch_loc);
2236
/* Create the multiple edges from an
EH_DISPATCH
statement to all of
2395
labels for redirecting a non-fallthru
EH_DISPATCH
edge E to NEW_BB.
3761
/* At the end of inlining, we can lower
EH_DISPATCH
. Return true when
3907
/* Replace the
EH_DISPATCH
with the SWITCH or COND generated above. */
4076
/* Avoid removing regions referenced from RESX/
EH_DISPATCH
. */
tree-inline.cc
1890
RESX and
EH_DISPATCH
. */
1936
geh_dispatch *
eh_dispatch
= as_a <geh_dispatch *> (copy);
local
1937
int r = gimple_eh_dispatch_region (
eh_dispatch
);
1939
gimple_eh_dispatch_set_region (
eh_dispatch
, r);
Completed in 30 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026