HomeSort by: relevance | last modified time | path
    Searched defs:fn_call (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-loop-distribution.cc 1195 gimple *fn_call; local
1225 fn_call = gimple_build_call (fn, 3, mem, val, nb_bytes);
1226 gimple_set_location (fn_call, partition->loc);
1227 gsi_insert_after (&gsi, fn_call, GSI_CONTINUE_LINKING);
1246 gimple *fn_call; local
1282 fn_call = gimple_build_call (fn, 3, dest, src, nb_bytes);
1283 gimple_set_location (fn_call, partition->loc);
1284 gsi_insert_after (&gsi, fn_call, GSI_CONTINUE_LINKING);
3436 gimple *fn_call = gimple_build_call_internal (IFN_RAWMEMCHR, 2, mem, pattern);
3438 gimple_call_set_lhs (fn_call, reduction_var_new)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-loop-distribution.cc 1157 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);
3377 gimple *fn_call = gimple_build_call_internal (IFN_RAWMEMCHR, 2, mem, pattern);
3379 gimple_call_set_lhs (fn_call, reduction_var_new)
    [all...]

Completed in 16 milliseconds