Home | History | Annotate | Download | only in gcc

Lines Matching defs:loop_depth

289    to limit the vectorization factor in the usual way.  LOOP_DEPTH is
296 int loop_depth, unsigned int *max_vf)
301 int dist = dist_v[loop_depth];
361 unsigned int loop_depth;
454 loop_depth = index_in_loop_nest (loop->num, DDR_LOOP_NEST (ddr));
458 loop_depth, max_vf))
463 int dist = dist_v[loop_depth];
3470 /* Return true if the minimum nonzero dependence distance for loop LOOP_DEPTH
3475 unsigned int loop_depth, poly_uint64 vf)
3488 HOST_WIDE_INT dist = dist_v[loop_depth];
3656 unsigned int loop_depth
3670 if (dependence_distance_ge_vf (ddr, loop_depth, vect_factor))