Home | History | Annotate | Download | only in gcc

Lines Matching refs:last_stmt

1733   gimple *last_stmt;
2122 last_stmt = info->stmt;
2124 first_stmt = last_stmt;
2227 last_stmt = stmt;
2645 merged_store->first_stmt and ending right before merged_store->last_stmt
2648 gimple *last = merged_store->last_stmt;
2661 /* Similarly, we could change merged_store->last_stmt, so ensure
2862 gimple *last_stmt = merged_store->last_stmt;
2911 last_stmt = info->stmt;
2997 if (stmts_may_clobber_ref_p (first_stmt, last_stmt, ref))
4211 gimple_stmt_iterator last_gsi = gsi_for_stmt (group->last_stmt);
4214 last_vdef = gimple_vdef (group->last_stmt);
4215 new_vuse = gimple_vuse (group->last_stmt);
4219 if (gimple_clobber_p (group->last_stmt))
4221 new_vuse = make_ssa_name (gimple_vop (cfun), group->last_stmt);
4222 gimple_set_vdef (group->last_stmt, new_vuse);
4711 if (gimple_clobber_p (group->last_stmt))
4712 update_stmt (group->last_stmt);
4724 basic_block last_bb = gimple_bb (group->last_stmt);
4744 while (last_vdef != gimple_vuse (group->last_stmt))
4806 if (stmt != merged_store->last_stmt)
5373 gimple *last_stmt = NULL;
5382 last_stmt = stmt;
5410 && store_valid_for_store_merging_p (last_stmt)