Home
last modified time | relevance | path

Searched refs:FORCED_LABEL (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgimple-low.c655 FORCED_LABEL (next_label) = 1; in lower_builtin_setjmp()
H A Dtree-cfg.c867 if ((FORCED_LABEL (target) && !for_call) in make_abnormal_goto_edges()
1084 || FORCED_LABEL (label)) in cleanup_dead_labels()
1380 if (FORCED_LABEL (LABEL_EXPR_LABEL (label))) in tree_merge_blocks()
2042 && (FORCED_LABEL (LABEL_EXPR_LABEL (stmt)) in remove_bb()
2054 FORCED_LABEL (LABEL_EXPR_LABEL (stmt)) = 1; in remove_bb()
2577 || FORCED_LABEL (LABEL_EXPR_LABEL (t))) in stmt_starts_bb_p()
H A Dstmt.c145 if (FORCED_LABEL (label) || DECL_NONLOCAL (label)) in label_rtx()
234 if (FORCED_LABEL (label)) in expand_label()
237 if (DECL_NONLOCAL (label) || FORCED_LABEL (label)) in expand_label()
H A Dtree-nested.c1011 FORCED_LABEL (t) = 1; in convert_nonlocal_reference()
H A Dgimplify.c1512 FORCED_LABEL (*tp) = 1; in force_labels_r()
5766 FORCED_LABEL (*expr_p) = 1; in gimplify_expr()
H A Dtree.h1133 #define FORCED_LABEL(NODE) ((NODE)->common.side_effects_flag) macro
H A Dbuiltins.c6102 FORCED_LABEL (label) = 0; in expand_builtin()
H A DChangeLog.tree-ssa1686 (expand_label): Handle DECL_NONLOCAL and FORCED_LABEL.
13514 LABEL_DECL, not the LABEL_EXPR for FORCED_LABEL and NONLOCAL_LABEL.
13533 * tree.h (FORCED_LABEL, NONLOCAL_LABEL): New defines.
H A DChangeLog-200433798 (expand_label): Handle DECL_NONLOCAL and FORCED_LABEL.
34007 TREE_NO_WARNING, FORCED_LABEL, TREE_INVARIANT,
H A DChangeLog-20059403 FORCED_LABEL labels.