Searched refs:dispatch_label (Results 1 – 3 of 3) sorted by relevance
1159 sjlj_emit_function_enter (rtx_code_label *dispatch_label) in sjlj_emit_function_enter() argument1191 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() argument1310 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 …]
24384 "dispatch_label"24385 (sjlj_build_landing_pads): Likewise for local "dispatch_label".26781 (sjlj_emit_function_enter): Strengthen param "dispatch_label" from26789 referring to an insn. Strengthen local "dispatch_label" from
1158 sjlj_emit_function_enter (rtx_code_label *dispatch_label) in sjlj_emit_function_enter() argument1190 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() argument1309 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 …]