Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-dce.c363 if (ann->has_volatile_ops || is_ctrl_altering_stmt (stmt)) in mark_stmt_if_obviously_necessary()
H A Dtree-flow.h569 extern bool is_ctrl_altering_stmt (tree);
H A Dtree-cfg.c514 if (is_ctrl_altering_stmt (last)) in make_edges()
2492 is_ctrl_altering_stmt (tree t) in is_ctrl_altering_stmt() function
2601 return is_ctrl_stmt (t) || is_ctrl_altering_stmt (t); in stmt_ends_bb_p()
H A Dtree-complex.c736 if (is_ctrl_altering_stmt (bsi_stmt (*bsi))) in expand_complex_move()
H A DChangeLog.tree-ssa3239 * tree-cfg.c (make_exit_edges, is_ctrl_altering_stmt): Use
5935 (is_ctrl_altering_stmt): Pure/const calls never alter the CFG.
8027 (is_ctrl_altering_stmt): Don't accept GOTO_EXPR/RETURN_EXPR.
8031 (stmt_starts_bb_p): Use is_ctrl_stmt and is_ctrl_altering_stmt.
8053 (is_ctrl_altering_stmt): Check TREE_NOTHROW.
10592 (is_ctrl_altering_stmt): Handle flag_non_call_exceptions.
11486 (is_ctrl_altering_stmt): Statements which may throw alter
12834 (is_ctrl_altering_stmt): Pre-compute the code of the statement.
13530 (is_ctrl_altering_stmt): Handle abnormal edges in CALL_EXPRs
13917 (is_ctrl_altering_stmt): Call it.
[all …]
H A DChangeLog-20067199 is_ctrl_altering_stmt): Reinstate RTH's changes from r112935 that
7302 (is_ctrl_altering_stmt): Don't bother checking flag_openmp.
14673 (is_ctrl_altering_stmt): Return true for OMP_DIRECTIVE_P.
H A DChangeLog-20043725 * tree-cfg.c (make_exit_edges, is_ctrl_altering_stmt)
13979 is_ctrl_altering_stmt, disband_implicit_edges, set_bb_for_stmt,
24886 (remove_useless_stmts_1, is_ctrl_altering_stmt): Likewise.
H A DChangeLog-200515079 (expand_complex_move): Likewise for is_ctrl_altering_stmt.