Searched refs:nonlocal_goto_handler_labels (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfgbuild.c117 return ((nonlocal_goto_handler_labels
380 if (code == CALL_INSN && nonlocal_goto_handler_labels)
394 for (x = nonlocal_goto_handler_labels; x; x = XEXP (x, 1))
H A Dfunction.h523 #define nonlocal_goto_handler_labels (cfun->x_nonlocal_goto_handler_labels)
522 #define nonlocal_goto_handler_labels macro
H A Dstmt.c233 nonlocal_goto_handler_labels
235 nonlocal_goto_handler_labels);
H A Dregmove.c380 if (nonlocal_goto_handler_labels)
H A Dcfgrtl.c129 remove_node_from_expr_list (insn, &nonlocal_goto_handler_labels);
H A Drecog.c3205 if (note || (was_call && nonlocal_goto_handler_labels))
H A Dsched-rgn.c317 if (nonlocal_goto_handler_labels)
H A Dbuiltins.c6067 nonlocal_goto_handler_labels
6069 nonlocal_goto_handler_labels);
6087 remove_node_from_expr_list (label_r, &nonlocal_goto_handler_labels);

Completed in 113 milliseconds