Home
last modified time | relevance | path

Searched refs:forced_labels (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDcfgbuild.c260 if (forced_labels || cfun->max_jumptable_ents > 100) in make_edges()
344 for (x = forced_labels; x; x = XEXP (x, 1)) in make_edges()
HDfunction.h159 #define forced_labels (cfun->expr->x_forced_labels) macro
HDstmt.c235 forced_labels = gen_rtx_EXPR_LIST (VOIDmode, label_r, forced_labels); in expand_label()
HDjump.c93 for (insn = forced_labels; insn; insn = XEXP (insn, 1)) in rebuild_jump_labels()
HDsched-rgn.c320 if (forced_labels) in is_cfg_nonregular()
HDcfgrtl.c100 && !in_expr_list_p (forced_labels, label)); in can_delete_label_p()
HDreload1.c3460 for (x = forced_labels; x; x = XEXP (x, 1)) in set_initial_label_offsets()
HDChangeLog-199911204 (forced_labels): Delete declaration.
11255 * expr.h (forced_labels, save_expr_regs, saveregs_value,
11268 * flow.c (forced_labels): Delete declaration.