Lines Matching defs:old_stmt
5199 gimple *old_stmt = stmt;
5201 gimple_set_location (stmt, gimple_location (old_stmt));
5203 maybe_clean_or_replace_eh_stmt (old_stmt, stmt);
5217 gimple_set_location (clobber_stmt, gimple_location (old_stmt));
5363 gimple *old_stmt = gsi_stmt (gsi);
5364 tree old_decl = (is_gimple_call (old_stmt)
5365 ? gimple_call_fndecl (old_stmt) : 0);
5379 cgraph_update_edges_for_call_stmt (old_stmt,
5391 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
5406 if (maybe_clean_or_replace_eh_stmt (old_stmt,
5422 if (is_gimple_call (old_stmt)
5424 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
5427 if (maybe_clean_or_replace_eh_stmt (old_stmt, new_stmt))