| gimple-fold.cc | 814 gimple *repl; local 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; local 1361 gimple *repl = gimple_build_assign (lhs, dest); local 1384 gimple *repl = gimple_build_call (fn, 3, a, b, len); local 1410 gimple *repl = gimple_build_call (fn, 3, dest, src, len); local 1435 gimple *repl = gimple_build_call (fn, 3, dest, integer_zero_node, len); local 2117 gimple *repl = gimple_build_call (fn, 3, dest, src, len); local 2191 gimple *repl = gimple_build_call (fn, 3, dest, src, len); local 2249 gimple *repl = gimple_build_call (strchr_fn, 2, str, c); local 2344 gimple *repl = gimple_build_call (strchr_fn, 2, haystack, c); local 2405 gimple *repl = gimple_build_call (strlen_fn, 1, dst); local 3179 gimple *repl = gimple_build_call (fn, 4, dest, src, len, size); local 3223 gimple *repl = gimple_build_call (fn, 4, dest, src, len, size); local 3307 gcall *repl = gimple_build_call (fn, 3, dest, src, lenp1); local 3521 gimple *repl = gimple_build_call (fn, 2, dest, fmt); local 3572 gimple *repl = gimple_build_call (fn, 2, dest, orig); local 3659 gimple *repl = gimple_build_call (fn, 2, dest, fmt); local 3709 gimple *repl = gimple_build_call (fn, 2, dest, orig); local 3798 gcall *repl = gimple_build_call (fn_fputs, 2, fmt, fp); local 3815 gcall *repl = gimple_build_call (fn_fputs, 2, arg, fp); local 3829 gcall *repl = gimple_build_call (fn_fputc, 2, arg, fp); local 3921 gcall *repl = gimple_build_call (fn_putchar, 1, newarg); local 3944 gcall *repl = gimple_build_call (fn_puts, 1, newarg); local 3967 gcall *repl = gimple_build_call (fn_puts, 1, arg); local 3981 gcall *repl = gimple_build_call (fn_putchar, 1, arg); local 4104 gcall *repl = gimple_build_call (fn_malloc, 1, size); local [all...] |