OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fallthru_label
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc
398
tree
fallthru_label
;
member in struct:leh_tf_state
931
tree label = tf->
fallthru_label
;
937
tf->
fallthru_label
= label;
1208
if (tf->dest_array[0] == tf->
fallthru_label
)
1213
tf->
fallthru_label
= NULL;
1730
if (this_tf.
fallthru_label
)
1733
gimple *x = gimple_build_label (this_tf.
fallthru_label
);
1976
fake_tf.
fallthru_label
);
1981
the work. All we have left is to append the
fallthru_label
. */
1984
if (fake_tf.
fallthru_label
)
[
all
...]
cfgexpand.cc
3524
rtx_code_label *
fallthru_label
= NULL;
local
3543
if (
fallthru_label
== NULL_RTX)
3544
fallthru_label
= gen_label_rtx ();
3545
r =
fallthru_label
;
3643
if (
fallthru_label
)
3644
emit_label (
fallthru_label
);
omp-low.cc
8534
tree
fallthru_label
= create_artificial_label (UNKNOWN_LOCATION);
8538
outer->cancel_label,
fallthru_label
);
8540
gimple_seq_add_stmt (body, gimple_build_label (
fallthru_label
));
14388
tree
fallthru_label
;
14389
fallthru_label
= create_artificial_label (UNKNOWN_LOCATION);
14391
g = gimple_build_label (
fallthru_label
);
14396
cctx->cancel_label,
fallthru_label
);
8532
tree
fallthru_label
= create_artificial_label (UNKNOWN_LOCATION);
local
/src/external/gpl3/gcc/dist/gcc/
tree-eh.cc
398
tree
fallthru_label
;
member in struct:leh_tf_state
931
tree label = tf->
fallthru_label
;
937
tf->
fallthru_label
= label;
1209
if (tf->dest_array[0] == tf->
fallthru_label
)
1214
tf->
fallthru_label
= NULL;
1731
if (this_tf.
fallthru_label
)
1734
gimple *x = gimple_build_label (this_tf.
fallthru_label
);
1977
fake_tf.
fallthru_label
);
1982
the work. All we have left is to append the
fallthru_label
. */
1985
if (fake_tf.
fallthru_label
)
[
all
...]
cfgexpand.cc
3539
rtx_code_label *
fallthru_label
= NULL;
local
3558
if (
fallthru_label
== NULL_RTX)
3559
fallthru_label
= gen_label_rtx ();
3560
r =
fallthru_label
;
3664
if (
fallthru_label
)
3665
emit_label (
fallthru_label
);
omp-low.cc
8492
tree
fallthru_label
= create_artificial_label (UNKNOWN_LOCATION);
8496
outer->cancel_label,
fallthru_label
);
8498
gimple_seq_add_stmt (body, gimple_build_label (
fallthru_label
));
14501
tree
fallthru_label
;
14502
fallthru_label
= create_artificial_label (UNKNOWN_LOCATION);
14504
g = gimple_build_label (
fallthru_label
);
14509
cctx->cancel_label,
fallthru_label
);
8490
tree
fallthru_label
= create_artificial_label (UNKNOWN_LOCATION);
local
Completed in 86 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026