Home
last modified time | relevance | path

Searched refs:niters_th (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-loop.cc2633 poly_uint64 niters_th = 0; in vect_analyze_loop_2() local
2643 niters_th += TYPE_VECTOR_SUBPARTS (vectype) - 1; in vect_analyze_loop_2()
2646 niters_th += LOOP_VINFO_PEELING_FOR_ALIGNMENT (loop_vinfo); in vect_analyze_loop_2()
2651 niters_th += LOOP_VINFO_VECT_FACTOR (loop_vinfo); in vect_analyze_loop_2()
2654 niters_th += 1; in vect_analyze_loop_2()
2659 && ordered_p (th, niters_th)) in vect_analyze_loop_2()
2660 niters_th = ordered_max (poly_uint64 (th), niters_th); in vect_analyze_loop_2()
2662 LOOP_VINFO_VERSIONING_THRESHOLD (loop_vinfo) = niters_th; in vect_analyze_loop_2()