Home
last modified time | relevance | path

Searched refs:stmt_can_make_abnormal_goto (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-cfg.h52 extern bool stmt_can_make_abnormal_goto (gimple *);
Dtree-ssa-dse.cc1180 if (need_ab_cleanup && stmt_can_make_abnormal_goto (stmt)) in delete_dead_or_redundant_assignment()
Dtree-ssa-sccvn.cc6487 && stmt_can_make_abnormal_goto (stmt)); in eliminate_stmt()
6527 && !stmt_can_make_abnormal_goto (stmt)) in eliminate_stmt()
6656 bool can_make_abnormal_goto = stmt_can_make_abnormal_goto (stmt); in eliminate_stmt()
6837 && !stmt_can_make_abnormal_goto (stmt)) in eliminate_stmt()
7057 if (is_gimple_call (stmt) && stmt_can_make_abnormal_goto (stmt)) in eliminate_cleanup()
Dtree-inline.cc2608 = (stmt_can_make_abnormal_goto (copy_stmt) in copy_edges_for_bb()
2884 || stmt_can_make_abnormal_goto (gsi_stmt (si)))) in maybe_move_debug_stmts_to_successors()
3097 && stmt_can_make_abnormal_goto (id->call_stmt)) in copy_cfg_body()
Dtree-cfg.cc576 && stmt_can_make_abnormal_goto (stmt) in make_blocks_1()
889 if (stmt_can_make_abnormal_goto (last)) in make_edges_bb()
2675 stmt_can_make_abnormal_goto (gimple *t) in stmt_can_make_abnormal_goto() function
8922 if (stmt && stmt_can_make_abnormal_goto (stmt)) in gimple_purge_dead_abnormal_call_edges()
DChangeLog.tuples4848 * tree-cfg.c (stmt_can_make_abnormal_goto): Call.
6858 stmt_can_make_abnormal_goto.
6897 (stmt_can_make_abnormal_goto): Rename from
DChangeLog-201229416 (stmt_can_make_abnormal_goto): Use it.
DChangeLog-201012943 * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
DChangeLog-201447407 into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls