Searched refs:old_stmt (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-propagate.c1171 tree old_stmt = stmt; local
1183 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
H A Dtree-ssa-ccp.c2455 tree old_stmt = stmt, rhs, new_rhs; local
2465 gcc_assert (stmt == old_stmt);
2477 gcc_assert (stmt == old_stmt);
2529 tree old_stmt = *stmtp;
2580 if (maybe_clean_or_replace_eh_stmt (old_stmt, *stmtp)
2528 tree old_stmt = *stmtp; local
H A Dtree-eh.c2069 maybe_clean_or_replace_eh_stmt (tree old_stmt, tree new_stmt)
2071 int region_nr = lookup_stmt_eh_region (old_stmt);
2077 if (new_stmt == old_stmt && new_stmt_could_throw)
2080 remove_stmt_from_eh_region (old_stmt);
2062 maybe_clean_or_replace_eh_stmt(tree old_stmt, tree new_stmt) argument
H A Dtree-ssa-dom.c1781 tree stmt, old_stmt; local
1785 old_stmt = stmt = bsi_stmt (si);
1898 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
H A Dtree-ssa-operands.c2297 create_ssa_artficial_load_stmt (tree new_stmt, tree old_stmt) argument
2339 FOR_EACH_SSA_TREE_OPERAND (op, old_stmt, iter,

Completed in 156 milliseconds