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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 2715 in INT_NITERS_PROLOG. BOUND_PROLOG is the upper bound (inclusive) of the
2724 int bound_prolog, poly_int64 bound_epilog, int th,
2732 *bound_scalar = bound_prolog + bound_epilog;
2744 /* Peeling an unknown number of times. Note that both BOUND_PROLOG
2746 if (known_ge (th, bound_prolog + bound_epilog))
3245 int bound_prolog = 0;
3249 &bound_prolog);
3285 bound_prolog + bound_epilog)
3398 scale_loop_profile (prolog, prob_prolog, bound_prolog - 1);
3421 /* Prolog iterates at most bound_prolog times, latch iterates a
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 1926 in INT_NITERS_PROLOG. BOUND_PROLOG is the upper bound (inclusive) of the
1935 int bound_prolog, poly_int64 bound_epilog, int th,
1943 *bound_scalar = bound_prolog + bound_epilog;
1955 /* Peeling an unknown number of times. Note that both BOUND_PROLOG
1957 if (known_ge (th, bound_prolog + bound_epilog))
2730 int bound_prolog = 0; local
2733 &bound_prolog);
2795 bound_prolog + bound_epilog)
2877 scale_loop_profile (prolog, prob_prolog, bound_prolog);
2897 /* Prolog iterates at most bound_prolog times, latch iterates a
    [all...]

Completed in 23 milliseconds