Lines Matching refs:new_stmt
1026 tree finally, new_stmt; in lower_try_finally_copy() local
1032 new_stmt = NULL_TREE; in lower_try_finally_copy()
1038 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy()
1042 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy()
1048 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy()
1052 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy()
1055 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy()
1098 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy()
1102 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy()
1104 append_to_statement_list (q->cont_stmt, &new_stmt); in lower_try_finally_copy()
1131 append_to_statement_list (new_stmt, tf->top_p); in lower_try_finally_copy()
2062 maybe_clean_or_replace_eh_stmt (tree old_stmt, tree new_stmt) in maybe_clean_or_replace_eh_stmt() argument
2068 bool new_stmt_could_throw = tree_could_throw_p (new_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()
2076 add_stmt_to_eh_region (new_stmt, region_nr); in maybe_clean_or_replace_eh_stmt()