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/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
3542
rtx_code_label *
fallthru_label
= NULL;
local
3561
if (
fallthru_label
== NULL_RTX)
3562
fallthru_label
= gen_label_rtx ();
3563
r =
fallthru_label
;
3667
if (
fallthru_label
)
3668
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
/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
3527
rtx_code_label *
fallthru_label
= NULL;
local
3546
if (
fallthru_label
== NULL_RTX)
3547
fallthru_label
= gen_label_rtx ();
3548
r =
fallthru_label
;
3646
if (
fallthru_label
)
3647
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
Completed in 71 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026