Searched refs:is_ctrl_altering_stmt (Results 1 – 8 of 8) sorted by relevance
363 if (ann->has_volatile_ops || is_ctrl_altering_stmt (stmt)) in mark_stmt_if_obviously_necessary()
569 extern bool is_ctrl_altering_stmt (tree);
514 if (is_ctrl_altering_stmt (last)) in make_edges()2492 is_ctrl_altering_stmt (tree t) in is_ctrl_altering_stmt() function2601 return is_ctrl_stmt (t) || is_ctrl_altering_stmt (t); in stmt_ends_bb_p()
736 if (is_ctrl_altering_stmt (bsi_stmt (*bsi))) in expand_complex_move()
3239 * tree-cfg.c (make_exit_edges, is_ctrl_altering_stmt): Use5935 (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 alter12834 (is_ctrl_altering_stmt): Pre-compute the code of the statement.13530 (is_ctrl_altering_stmt): Handle abnormal edges in CALL_EXPRs13917 (is_ctrl_altering_stmt): Call it.[all …]
7199 is_ctrl_altering_stmt): Reinstate RTH's changes from r112935 that7302 (is_ctrl_altering_stmt): Don't bother checking flag_openmp.14673 (is_ctrl_altering_stmt): Return true for OMP_DIRECTIVE_P.
3725 * 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.
15079 (expand_complex_move): Likewise for is_ctrl_altering_stmt.