Searched refs:old_stmt (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | tree-ssa-ccp.c | 2455 tree old_stmt = stmt, rhs, new_rhs; in fold_stmt_inplace() local 2465 gcc_assert (stmt == old_stmt); in fold_stmt_inplace() 2477 gcc_assert (stmt == old_stmt); in fold_stmt_inplace() 2528 tree old_stmt = *stmtp; in execute_fold_all_builtins() local 2579 if (maybe_clean_or_replace_eh_stmt (old_stmt, *stmtp) in execute_fold_all_builtins()
|
| HD | tree-eh.c | 2062 maybe_clean_or_replace_eh_stmt (tree old_stmt, tree new_stmt) in maybe_clean_or_replace_eh_stmt() argument 2064 int region_nr = lookup_stmt_eh_region (old_stmt); in maybe_clean_or_replace_eh_stmt() 2070 if (new_stmt == old_stmt && new_stmt_could_throw) in maybe_clean_or_replace_eh_stmt() 2073 remove_stmt_from_eh_region (old_stmt); in maybe_clean_or_replace_eh_stmt()
|
| HD | tree-ssa-propagate.c | 1171 tree old_stmt = stmt; in substitute_and_fold() local 1183 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in substitute_and_fold()
|
| HD | tree-ssa-dom.c | 1781 tree stmt, old_stmt; in optimize_stmt() local 1785 old_stmt = stmt = bsi_stmt (si); in optimize_stmt() 1898 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in optimize_stmt()
|
| HD | tree-ssa-operands.c | 2297 create_ssa_artficial_load_stmt (tree new_stmt, tree old_stmt) in create_ssa_artficial_load_stmt() argument 2339 FOR_EACH_SSA_TREE_OPERAND (op, old_stmt, iter, in create_ssa_artficial_load_stmt()
|