Home
last modified time | relevance | path

Searched refs:record_niter_bound (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h857 extern void record_niter_bound (class loop *, const widest_int &, bool, bool);
H A Dloop-iv.c2609 record_niter_bound (loop, max, false, true); in iv_number_of_iterations()
2823 record_niter_bound (loop, desc->niter, false, true); in iv_number_of_iterations()
2832 record_niter_bound (loop, max, false, true); in iv_number_of_iterations()
2857 record_niter_bound (loop, 0, true, true); in iv_number_of_iterations()
H A Dtree-ssa-loop-niter.c3440 record_niter_bound (loop, new_i_bound, realistic, upper); in record_estimate()
4078 record_niter_bound (loop, bounds[latch_index], false, true); in discover_iteration_bound_by_body_walk()
4181 record_niter_bound (loop, loop->nb_iterations_upper_bound - 1, in maybe_lower_iteration_bound()
4274 record_niter_bound (loop, bound, true, false); in estimate_numbers_of_iterations()
H A Dtree-ssa-loop-ivcanon.c1226 record_niter_bound (loop, wi::to_widest (niter), in canonicalize_loop_induction_variables()
H A Dprofile.c1460 record_niter_bound (loop, bound, true, false); in branch_prob()
H A Dtree-vect-loop-manip.c2775 record_niter_bound (prolog, bound_prolog - 1, false, true); in vect_do_peeling()
2925 record_niter_bound (epilog, bound - 1, false, true); in vect_do_peeling()
H A Dcfgloop.c1890 record_niter_bound (class loop *loop, const widest_int &i_bound, in record_niter_bound() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h911 extern void record_niter_bound (class loop *, const widest_int &, bool, bool);
H A Dloop-iv.cc2609 record_niter_bound (loop, max, false, true); in iv_number_of_iterations()
2823 record_niter_bound (loop, desc->niter, false, true); in iv_number_of_iterations()
2832 record_niter_bound (loop, max, false, true); in iv_number_of_iterations()
2857 record_niter_bound (loop, 0, true, true); in iv_number_of_iterations()
H A Dtree-ssa-loop-niter.cc3554 record_niter_bound (loop, new_i_bound, realistic, upper); in record_estimate()
4201 record_niter_bound (loop, bounds[latch_index], false, true); in discover_iteration_bound_by_body_walk()
4304 record_niter_bound (loop, loop->nb_iterations_upper_bound - 1, in maybe_lower_iteration_bound()
4399 record_niter_bound (loop, bound, true, false); in estimate_numbers_of_iterations()
H A Dtree-ssa-loop-ivcanon.cc1223 record_niter_bound (loop, wi::to_widest (niter), in canonicalize_loop_induction_variables()
H A Dprofile.cc1555 record_niter_bound (loop, bound, true, false); in branch_prob()
H A Dtree-vect-loop-manip.cc2899 record_niter_bound (prolog, bound_prolog - 1, false, true); in vect_do_peeling()
3051 record_niter_bound (epilog, bound - 1, false, true); in vect_do_peeling()
H A Dcfgloop.cc1902 record_niter_bound (class loop *loop, const widest_int &i_bound, in record_niter_bound() function
H A DChangeLog-20128730 * loop-iv.c (iv_number_of_iterations): Use record_niter_bound.
27894 * cfgloop.h (record_niter_bound): Declare.
27895 * tree-ssa-loop-niter.c (record_niter_bound): Export.
H A DChangeLog-201315847 * tree-ssa-loop-niter.c (record_niter_bound): Move to cfgloop.c.
15880 * cfgloop.c (record_niter_bound, estimated_loop_iterations_int,
H A DChangeLog-201439693 (record_niter_bound): Use wide-int interfaces.
39701 (record_niter_bound): Switch to use widest_int.
H A DChangeLog-200725614 (record_niter_bound): New function.
H A DChangeLog-201622682 * cfgloop.c (record_niter_bound): Record likely upper bounds.
H A DChangeLog-201921534 (record_niter_bound): Same.