Home | History | Annotate | Download | only in gcc

Lines Matching refs:max_vf

296 				       int loop_depth, unsigned int *max_vf)
314 if ((unsigned int) loop->safelen < *max_vf)
315 *max_vf = loop->safelen;
344 dependence at run-time, return TRUE. Adjust *MAX_VF according to
350 unsigned int *max_vf)
369 if ((unsigned int) loop->safelen < *max_vf)
370 *max_vf = loop->safelen;
458 loop_depth, max_vf))
544 if (abs_dist >= 2 && abs_dist < *max_vf)
548 *max_vf = abs_dist;
552 *max_vf);
555 if (abs_dist >= *max_vf)
577 exist any data dependences between them. Set *MAX_VF according to
582 unsigned int *max_vf)
605 was applied to original loop. Therefore we may just get max_vf
608 *max_vf = LOOP_VINFO_ORIG_MAX_VECT_FACTOR (loop_vinfo);
613 = vect_analyze_data_ref_dependence (ddr, loop_vinfo, max_vf);
626 may check a dependence at run-time, return FALSE. Adjust *MAX_VF
847 do not exist any data dependences between them. Set *MAX_VF according to