Searched refs:fn_call (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc1157 gimple *fn_call; local
1187 fn_call = gimple_build_call (fn, 3, mem, val, nb_bytes);
1188 gimple_set_location (fn_call, partition->loc);
1189 gsi_insert_after (&gsi, fn_call, GSI_CONTINUE_LINKING);
1208 gimple *fn_call; local
1244 fn_call = gimple_build_call (fn, 3, dest, src, nb_bytes);
1245 gimple_set_location (fn_call, partition->loc);
1246 gsi_insert_after (&gsi, fn_call, GSI_CONTINUE_LINKING);
3370 gimple *fn_call = gimple_build_call_internal (IFN_RAWMEMCHR, 2, mem, pattern);
3372 gimple_call_set_lhs (fn_call, reduction_var_ne
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c1147 gimple *fn_call; local
1177 fn_call = gimple_build_call (fn, 3, mem, val, nb_bytes);
1178 gimple_set_location (fn_call, partition->loc);
1179 gsi_insert_after (&gsi, fn_call, GSI_CONTINUE_LINKING);
1198 gimple *fn_call; local
1234 fn_call = gimple_build_call (fn, 3, dest, src, nb_bytes);
1235 gimple_set_location (fn_call, partition->loc);
1236 gsi_insert_after (&gsi, fn_call, GSI_CONTINUE_LINKING);

Completed in 89 milliseconds