Home | History | Annotate | Download | only in gcc

Lines Matching refs:repl

814   gimple *repl;
819 repl = gimple_build_assign (lhs, val);
822 repl = gimple_build_nop ();
829 gsi_replace (gsi, repl, false);
832 /* Replace the call at *GSI with the new call REPL and fold that
836 replace_call_with_call_and_fold (gimple_stmt_iterator *gsi, gimple *repl)
839 gimple_call_set_lhs (repl, gimple_call_lhs (stmt));
840 gimple_set_location (repl, gimple_location (stmt));
841 gimple_move_vops (repl, stmt);
842 gsi_replace (gsi, repl, false);
910 gimple *repl;
912 repl = gimple_build_assign (gimple_call_lhs (stmt), dest);
914 repl = gimple_build_nop ();
921 gsi_replace (gsi, repl, false);
1361 gimple *repl = gimple_build_assign (lhs, dest);
1362 gsi_replace (gsi, repl, false);
1384 gimple *repl = gimple_build_call (fn, 3, a, b, len);
1385 replace_call_with_call_and_fold (gsi, repl);
1410 gimple *repl = gimple_build_call (fn, 3, dest, src, len);
1412 replace_call_with_call_and_fold (gsi, repl);
1435 gimple *repl = gimple_build_call (fn, 3, dest, integer_zero_node, len);
1436 gimple_seq_add_stmt_without_update (&seq, repl);
2117 gimple *repl = gimple_build_call (fn, 3, dest, src, len);
2118 replace_call_with_call_and_fold (gsi, repl);
2191 gimple *repl = gimple_build_call (fn, 3, dest, src, len);
2192 replace_call_with_call_and_fold (gsi, repl);
2249 gimple *repl = gimple_build_call (strchr_fn, 2, str, c);
2250 replace_call_with_call_and_fold (gsi, repl);
2344 gimple *repl = gimple_build_call (strchr_fn, 2, haystack, c);
2345 replace_call_with_call_and_fold (gsi, repl);
2405 gimple *repl = gimple_build_call (strlen_fn, 1, dst);
2406 gimple_set_location (repl, loc);
2408 gimple_call_set_lhs (repl, newdst);
2409 gimple_seq_add_stmt_without_update (&stmts, repl);
2422 repl = gimple_build_call (memcpy_fn, 3, newdst, src, len);
2423 gimple_seq_add_stmt_without_update (&stmts, repl);
2426 repl = gimple_build_assign (gimple_call_lhs (stmt), dst);
2427 gimple_seq_add_stmt_without_update (&stmts, repl);
2475 gimple *repl = gimple_build_call (fn, 2, dest, src);
2476 replace_call_with_call_and_fold (gsi, repl);
2564 gcall *repl = gimple_build_call (fn, 2, dst, src);
2565 replace_call_with_call_and_fold (gsi, repl);
2602 gimple *repl = gimple_build_call (fn, 3, dest, src, size);
2603 replace_call_with_call_and_fold (gsi, repl);
2614 gimple *repl = gimple_build_call (fn, 3, dest, src, len);
2615 replace_call_with_call_and_fold (gsi, repl);
2852 gimple *repl = gimple_build_call (fn, 2, str1, str2);
2853 replace_call_with_call_and_fold (gsi, repl);
2978 gimple *repl = gimple_build_call (fn_fputc, 2,
2981 replace_call_with_call_and_fold (gsi, repl);
2996 gimple *repl = gimple_build_call (fn_fwrite, 4, arg0,
2998 replace_call_with_call_and_fold (gsi, repl);
3057 gimple *repl = gimple_build_call (fn, 4, dest, src, len, size);
3058 replace_call_with_call_and_fold (gsi, repl);
3088 gimple *repl = gimple_build_call (fn, 3, dest, src, len);
3089 replace_call_with_call_and_fold (gsi, repl);
3159 gimple *repl = gimple_build_call (fn, 3, dest, src, size);
3160 repl);
3179 gimple *repl = gimple_build_call (fn, 4, dest, src, len, size);
3180 replace_call_with_call_and_fold (gsi, repl);
3191 gcall *repl = gimple_build_call (fn, 2, dest, src);
3192 dump_transformation (stmt, repl);
3193 replace_call_with_call_and_fold (gsi, repl);
3223 gimple *repl = gimple_build_call (fn, 4, dest, src, len, size);
3224 replace_call_with_call_and_fold (gsi, repl);
3237 gcall *repl = gimple_build_call (fn, 3, dest, src, len);
3238 dump_transformation (stmt, repl);
3239 replace_call_with_call_and_fold (gsi, repl);
3307 gcall *repl = gimple_build_call (fn, 3, dest, src, lenp1);
3308 gimple_move_vops (repl, stmt);
3309 gsi_insert_before (gsi, repl, GSI_SAME_STMT);
3521 gimple *repl = gimple_build_call (fn, 2, dest, fmt);
3525 copy_warning (repl, stmt);
3527 gimple_seq_add_stmt_without_update (&stmts, repl);
3530 repl = gimple_build_assign (lhs, build_int_cst (TREE_TYPE (lhs),
3532 gimple_seq_add_stmt_without_update (&stmts, repl);
3572 gimple *repl = gimple_build_call (fn, 2, dest, orig);
3576 copy_warning (repl, stmt);
3578 gimple_seq_add_stmt_without_update (&stmts, repl);
3584 repl = gimple_build_assign (lhs, orig_len);
3585 gimple_seq_add_stmt_without_update (&stmts, repl);
3659 gimple *repl = gimple_build_call (fn, 2, dest, fmt);
3660 gimple_seq_add_stmt_without_update (&stmts, repl);
3663 repl = gimple_build_assign (lhs,
3665 gimple_seq_add_stmt_without_update (&stmts, repl);
3709 gimple *repl = gimple_build_call (fn, 2, dest, orig);
3710 gimple_seq_add_stmt_without_update (&stmts, repl);
3716 repl = gimple_build_assign (lhs, orig_len);
3717 gimple_seq_add_stmt_without_update (&stmts, repl);
3798 gcall *repl = gimple_build_call (fn_fputs, 2, fmt, fp);
3799 replace_call_with_call_and_fold (gsi, repl);
3815 gcall *repl = gimple_build_call (fn_fputs, 2, arg, fp);
3816 replace_call_with_call_and_fold (gsi, repl);
3829 gcall *repl = gimple_build_call (fn_fputc, 2, arg, fp);
3830 replace_call_with_call_and_fold (gsi, repl);
3921 gcall *repl = gimple_build_call (fn_putchar, 1, newarg);
3922 replace_call_with_call_and_fold (gsi, repl);
3944 gcall *repl = gimple_build_call (fn_puts, 1, newarg);
3945 replace_call_with_call_and_fold (gsi, repl);
3967 gcall *repl = gimple_build_call (fn_puts, 1, arg);
3968 replace_call_with_call_and_fold (gsi, repl);
3981 gcall *repl = gimple_build_call (fn_putchar, 1, arg);
3982 replace_call_with_call_and_fold (gsi, repl);
4104 gcall *repl = gimple_build_call (fn_malloc, 1, size);
4105 replace_call_with_call_and_fold (gsi, repl);