HomeSort by: relevance | last modified time | path
    Searched refs:check_reduction_path (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 526 && !check_reduction_path (dump_user_location_t (), m_loop, phi, next,
tree-vectorizer.h 2391 extern bool check_reduction_path (dump_user_location_t, loop_p, gphi *, tree,
tree-vect-loop.cc 4033 check_reduction_path (dump_user_location_t loc, loop_p loop, gphi *phi, function
4226 check_reduction_path (dump_user_location_t loc, loop_p loop, gphi *phi, function
4231 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path, false)
4440 if (check_reduction_path (vect_location, loop, phi, latch_def, &code,
tree-parloops.cc 853 if (check_reduction_path (vect_location, loop, phi, loop_arg, code))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 526 && !check_reduction_path (dump_user_location_t (), m_loop, phi, next,
tree-vect-loop.cc 3380 check_reduction_path (dump_user_location_t loc, loop_p loop, gphi *phi, function
3537 check_reduction_path (dump_user_location_t loc, loop_p loop, gphi *phi, function
3542 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path, false)
3741 if (check_reduction_path (vect_location, loop, phi, latch_def, &code,
tree-vectorizer.h 2261 extern bool check_reduction_path (dump_user_location_t, loop_p, gphi *, tree,
tree-parloops.cc 853 if (check_reduction_path (vect_location, loop, phi, loop_arg, code))

Completed in 35 milliseconds