Home | History | Annotate | Download | only in gcc

Lines Matching defs:copy_stmt

2186       gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
2189 gimple_set_location (copy_stmt
2190 gsi_replace (&gsi, copy_stmt, false);
2193 cc->cand_stmt = copy_stmt;
2197 stmt_to_print = copy_stmt;
3803 gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
3806 gimple_set_location (copy_stmt, gimple_location (c->cand_stmt));
3807 gsi_replace (&gsi, copy_stmt, false);
3810 cc->cand_stmt = copy_stmt;
3815 stmt_to_print = copy_stmt;