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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 2720 in BOUND_SCALAR. */
2725 poly_uint64 *bound_scalar,
2732 *bound_scalar = bound_prolog + bound_epilog;
2741 *bound_scalar = upper_bound (int_niters_prolog + bound_epilog, th);
2742 return build_int_cst (type, *bound_scalar);
2748 *bound_scalar = th;
2754 *bound_scalar = upper_bound (*bound_scalar, th);
3155 poly_uint64 bound_scalar = bound_epilog;
3466 th, &bound_scalar,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 1931 in BOUND_SCALAR. */
1936 poly_uint64 *bound_scalar,
1943 *bound_scalar = bound_prolog + bound_epilog;
1952 *bound_scalar = upper_bound (int_niters_prolog + bound_epilog, th);
1953 return build_int_cst (type, *bound_scalar);
1959 *bound_scalar = th;
1965 *bound_scalar = upper_bound (*bound_scalar, th);
2626 poly_uint64 bound_scalar = bound_epilog; local
2961 th, &bound_scalar,
    [all...]

Completed in 48 milliseconds