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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 3108 poly_uint64 first_vinfo_vf = LOOP_VINFO_VECT_FACTOR (first_loop_vinfo); local
3115 FIRST_VINFO_VF. */
3117 && maybe_ge (cached_vf_per_mode[mode_i], first_vinfo_vf))
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 3752 poly_uint64 first_vinfo_vf = LOOP_VINFO_VECT_FACTOR (first_loop_vinfo); local
3759 FIRST_VINFO_VF. */
3761 && maybe_ge (cached_vf_per_mode[mode_i], first_vinfo_vf))

Completed in 29 milliseconds