Home
last modified time | relevance | path

Searched refs:dispatch_label (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexcept.cc1159 sjlj_emit_function_enter (rtx_code_label *dispatch_label) in sjlj_emit_function_enter() argument
1191 if (dispatch_label) in sjlj_emit_function_enter()
1205 dispatch_label, in sjlj_emit_function_enter()
1208 expand_builtin_setjmp_setup (addr, dispatch_label); in sjlj_emit_function_enter()
1233 if (dispatch_label) in sjlj_emit_function_enter()
1294 sjlj_emit_dispatch_table (rtx_code_label *dispatch_label, int num_dispatch) in sjlj_emit_dispatch_table() argument
1310 emit_label (dispatch_label); in sjlj_emit_dispatch_table()
1313 expand_builtin_setjmp_receiver (dispatch_label); in sjlj_emit_dispatch_table()
1320 LABEL_PRESERVE_P (dispatch_label) = 1; in sjlj_emit_dispatch_table()
1321 vec_safe_push<rtx_insn *> (forced_labels, dispatch_label); in sjlj_emit_dispatch_table()
[all …]
H A DChangeLog-201424384 "dispatch_label"
24385 (sjlj_build_landing_pads): Likewise for local "dispatch_label".
26781 (sjlj_emit_function_enter): Strengthen param "dispatch_label" from
26789 referring to an insn. Strengthen local "dispatch_label" from
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexcept.c1158 sjlj_emit_function_enter (rtx_code_label *dispatch_label) in sjlj_emit_function_enter() argument
1190 if (dispatch_label) in sjlj_emit_function_enter()
1204 dispatch_label, in sjlj_emit_function_enter()
1207 expand_builtin_setjmp_setup (addr, dispatch_label); in sjlj_emit_function_enter()
1232 if (dispatch_label) in sjlj_emit_function_enter()
1293 sjlj_emit_dispatch_table (rtx_code_label *dispatch_label, int num_dispatch) in sjlj_emit_dispatch_table() argument
1309 emit_label (dispatch_label); in sjlj_emit_dispatch_table()
1312 expand_builtin_setjmp_receiver (dispatch_label); in sjlj_emit_dispatch_table()
1319 LABEL_PRESERVE_P (dispatch_label) = 1; in sjlj_emit_dispatch_table()
1320 vec_safe_push<rtx_insn *> (forced_labels, dispatch_label); in sjlj_emit_dispatch_table()
[all …]