Searched refs:is_ctrl_altering_stmt (Results 1 – 25 of 26) sorted by relevance
12
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-cfg.h | 55 extern bool is_ctrl_altering_stmt (gimple *);
|
H A D | tree-ssa-dse.cc | 1508 && !is_ctrl_altering_stmt (stmt) in execute()
|
H A D | tsan.cc | 234 if (is_ctrl_altering_stmt (stmt)) in instrument_expr()
|
H A D | tree-ssa-dce.cc | 301 if (gimple_has_side_effects (stmt) || is_ctrl_altering_stmt (stmt)) in mark_stmt_if_obviously_necessary()
|
H A D | tree-complex.cc | 834 if (is_ctrl_altering_stmt (stmt)) in expand_complex_move()
|
H A D | tree-cfg.cc | 910 if (is_ctrl_altering_stmt (last)) in make_edges_bb() 2708 is_ctrl_altering_stmt (gimple *t) in is_ctrl_altering_stmt() function 2826 return is_ctrl_stmt (t) || is_ctrl_altering_stmt (t); in stmt_ends_bb_p()
|
H A D | tree-vect-slp.cc | 6290 && is_ctrl_altering_stmt (last)) in vect_slp_function() 7401 else if (is_ctrl_altering_stmt (last_stmt)) in vect_schedule_slp_node()
|
H A D | ChangeLog.tree-ssa | 3239 * tree-cfg.c (make_exit_edges, is_ctrl_altering_stmt): Use 5935 (is_ctrl_altering_stmt): Pure/const calls never alter the CFG. 7827 (is_ctrl_altering_stmt): Restructure. Use tree_can_throw_internal. 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 [all …]
|
H A D | ChangeLog.gimple-classes | 957 (is_ctrl_altering_stmt): Likewise. 3687 (is_ctrl_altering_stmt): Add a checked cast.
|
H A D | ChangeLog.tuples | 6178 (is_ctrl_altering_stmt): Call gimple_call_flags to determine 6894 (is_ctrl_altering_stmt): Same.
|
H A D | ChangeLog-2006 | 14284 is_ctrl_altering_stmt): Reinstate RTH's changes from r112935 that 14387 (is_ctrl_altering_stmt): Don't bother checking flag_openmp. 21758 (is_ctrl_altering_stmt): Return true for OMP_DIRECTIVE_P.
|
H A D | ChangeLog-2009 | 9495 (is_ctrl_altering_stmt): Likewise. 9771 (is_ctrl_altering_stmt): Handle GIMPLE_EH_DISPATCH. 10348 * tree-cfg.c (is_ctrl_altering_stmt): Likewise.
|
H A D | ChangeLog-2007 | 5831 * tree-cfg.c (is_ctrl_altering_stmt, tree_block_ends_with_call_p): 9590 * tree-cfg.c (tree_can_merge_blocks_p, is_ctrl_altering_stmt, 9597 * tree-flow.h (phi_nodesstmt_ends_bb_p, is_ctrl_altering_stmt,
|
H A D | ChangeLog-2004 | 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.
|
H A D | ChangeLog-2010 | 28612 (is_ctrl_altering_stmt): Builtin_in_return is altering. 40306 * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
|
H A D | ChangeLog-2008 | 21486 (is_ctrl_altering_stmt): Update.
|
H A D | ChangeLog-2012 | 29417 (is_ctrl_altering_stmt): Likewise.
|
H A D | ChangeLog-2005 | 15078 (expand_complex_move): Likewise for is_ctrl_altering_stmt.
|
H A D | ChangeLog-2018 | 7508 * tree-cfg.c (is_ctrl_altering_stmt): Pass cfun to
|
H A D | ChangeLog-2011 | 4227 (is_ctrl_altering_stmt): Add TM ending statements. Handle
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-cfg.h | 55 extern bool is_ctrl_altering_stmt (gimple *);
|
H A D | tsan.c | 225 if (is_ctrl_altering_stmt (stmt)) in instrument_expr()
|
H A D | tree-ssa-dce.c | 314 if (gimple_has_volatile_ops (stmt) || is_ctrl_altering_stmt (stmt)) in mark_stmt_if_obviously_necessary()
|
H A D | tree-complex.c | 832 if (is_ctrl_altering_stmt (stmt)) in expand_complex_move()
|
H A D | tree-cfg.c | 913 if (is_ctrl_altering_stmt (last)) in make_edges_bb() 2688 is_ctrl_altering_stmt (gimple *t) in is_ctrl_altering_stmt() function 2806 return is_ctrl_stmt (t) || is_ctrl_altering_stmt (t); in stmt_ends_bb_p()
|
12