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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 2633 poly_uint64 niters_th = 0; local
2643 niters_th += TYPE_VECTOR_SUBPARTS (vectype) - 1;
2646 niters_th += LOOP_VINFO_PEELING_FOR_ALIGNMENT (loop_vinfo);
2651 niters_th += LOOP_VINFO_VECT_FACTOR (loop_vinfo);
2654 niters_th += 1;
2659 && ordered_p (th, niters_th))
2660 niters_th = ordered_max (poly_uint64 (th), niters_th);
2662 LOOP_VINFO_VERSIONING_THRESHOLD (loop_vinfo) = niters_th;
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 3251 poly_uint64 niters_th = 0; local
3261 niters_th += TYPE_VECTOR_SUBPARTS (vectype) - 1;
3264 niters_th += LOOP_VINFO_PEELING_FOR_ALIGNMENT (loop_vinfo);
3269 niters_th += LOOP_VINFO_VECT_FACTOR (loop_vinfo);
3272 niters_th += 1;
3277 && ordered_p (th, niters_th))
3278 niters_th = ordered_max (poly_uint64 (th), niters_th);
3280 LOOP_VINFO_VERSIONING_THRESHOLD (loop_vinfo) = niters_th;

Completed in 28 milliseconds