Lines Matching refs:bound_epilog
1927 number of iterations of the prolog loop. BOUND_EPILOG is the corresponding
1935 int bound_prolog, poly_int64 bound_epilog, int th,
1941 build_int_cst (type, bound_epilog));
1943 *bound_scalar = bound_prolog + bound_epilog;
1952 *bound_scalar = upper_bound (int_niters_prolog + bound_epilog, th);
1956 and BOUND_EPILOG are inclusive upper bounds. */
1957 if (known_ge (th, bound_prolog + bound_epilog))
1963 else if (maybe_gt (th, bound_epilog))
2619 poly_uint64 bound_epilog = 0;
2622 bound_epilog += vf - 1;
2624 bound_epilog += 1;
2625 bool epilog_peeling = maybe_ne (bound_epilog, 0U);
2626 poly_uint64 bound_scalar = bound_epilog;
2795 bound_prolog + bound_epilog)
2960 bound_prolog, bound_epilog,