Searched refs:maybe_clean_or_replace_eh_stmt (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-forwprop.c | 582 if (maybe_clean_or_replace_eh_stmt (stmt, stmt) in tidy_after_forward_propagate_addr()
|
H A D | tree-ssa-propagate.c | 1214 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in substitute_and_fold()
|
H A D | tree-flow.h | 911 extern bool maybe_clean_or_replace_eh_stmt (tree, tree);
|
H A D | tree-ssa-dom.c | 1898 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in optimize_stmt() 2246 if (maybe_clean_or_replace_eh_stmt (use_stmt, use_stmt)) in propagate_rhs_into_lhs()
|
H A D | tree-eh.c | 2062 maybe_clean_or_replace_eh_stmt (tree old_stmt, tree new_stmt) in maybe_clean_or_replace_eh_stmt() function
|
H A D | tree-ssa-ccp.c | 2585 if (maybe_clean_or_replace_eh_stmt (old_stmt, *stmtp) in execute_fold_all_builtins()
|
H A D | tree-inline.c | 2151 maybe_clean_or_replace_eh_stmt (stmt, stmt); in expand_call_inline()
|
H A D | tree-ssa-pre.c | 3599 if (maybe_clean_or_replace_eh_stmt (stmt, stmt)) in eliminate()
|
H A D | tree-cfg.c | 1284 maybe_clean_or_replace_eh_stmt (stmt, stmt); in replace_uses_by()
|