Home
last modified time | relevance | path

Searched refs:number_of_iterations_in_loop (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-scalar-evolution.h25 extern tree number_of_iterations_in_loop (struct loop *);
HDtree-scalar-evolution.c472 tree nb_iter = number_of_iterations_in_loop (inner_loop); in compute_overall_effect_of_inner_loop()
537 nb_iter = number_of_iterations_in_loop in chrec_is_positive()
2472 number_of_iterations_in_loop (struct loop *loop) in number_of_iterations_in_loop() function
2521 tree res = number_of_iterations_in_loop (loop_containing_stmt (cond)); in number_of_iterations_for_all_loops()
2967 niter = number_of_iterations_in_loop (loop); in scev_const_prop()
HDtree-ssa-loop-ivcanon.c283 niter = number_of_iterations_in_loop (loop); in canonicalize_loop_induction_variables()
HDtree-vect-analyze.c1881 niters = number_of_iterations_in_loop (loop); in vect_get_loop_niters()
HDtree-data-ref.c2409 tree numiter = number_of_iterations_in_loop (current_loops->parray[loopnum]); in get_number_of_iters_for_loop()
HDChangeLog-200414851 interpret_rhs_modify_expr, number_of_iterations_in_loop): Likewise.
17123 get_exit_conditions_rec, number_of_iterations_in_loop,
HDChangeLog-200510921 * tree-scalar-evolution.c (number_of_iterations_in_loop): Adjust call
/NextBSD/contrib/gcc/doc/
HDloop.texi437 @code{number_of_iterations_in_loop} on GIMPLE and
443 @code{number_of_iterations_in_loop} works only for single-exit loops,