Home
last modified time | relevance | path

Searched refs:estimated_loop_iterations_int (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-niter.h40 extern HOST_WIDE_INT estimated_loop_iterations_int (class loop *);
H A Dtree-ssa-loop-unswitch.cc304 iterations = estimated_loop_iterations_int (loop); in tree_unswitch_single_loop()
527 iterations = estimated_loop_iterations_int (loop); in tree_unswitch_outer_loop()
H A Dtree-ssa-loop-ivcanon.cc1038 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
H A Dtree-ssa-loop-niter.cc4485 estimated_loop_iterations_int (class loop *loop) in estimated_loop_iterations_int() function
4578 HOST_WIDE_INT nit = estimated_loop_iterations_int (loop); in estimated_stmt_executions_int()
H A Dtree-parloops.cc4085 estimated = estimated_loop_iterations_int (loop); in parallelize_loops()
H A DChangeLog.tuples3947 estimated_loop_iterations_int): Removed.
H A DChangeLog-20128707 estimated_loop_iterations_int to prevent unswitching when loop
8713 estimated_loop_iterations_int to prevent unswithcing when
28707 * cfgloop.h (estimated_loop_iterations_int): Ditch
28719 (estimated_loop_iterations_int): Split parts to ...
H A DChangeLog-200727485 * predict.c (predict_loops): Use estimated_loop_iterations_int.
27489 (estimated_loop_iterations, estimated_loop_iterations_int,
27493 analyze_subscript_affine_affine): Use estimated_loop_iterations_int.
27499 estimated_loop_iterations_int): Declare.
H A DChangeLog-201313734 estimated_loop_iterations_int.
13742 * tree-ssa-loop-niter.c (estimated_loop_iterations_int): Add back.
15853 (estimated_loop_iterations_int, max_stmt_executions_int): Move to
15880 * cfgloop.c (record_niter_bound, estimated_loop_iterations_int,
H A DChangeLog-201122243 (estimated_loop_iterations_int): Move functions...
22245 (estimated_loop_iterations_int): here.
22254 max_stmt_executions_int instead of estimated_loop_iterations_int.
H A DChangeLog-200910841 when comparing against estimated_loop_iterations_int return.
H A DChangeLog-201922666 (estimated_loop_iterations_int): Same.
H A DChangeLog-201039159 Try to optimize when estimated_loop_iterations_int is unresolved.
H A DChangeLog-201440349 (estimated_loop_iterations_int): Use wide-int interfaces.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-niter.h40 extern HOST_WIDE_INT estimated_loop_iterations_int (class loop *);
H A Dtree-ssa-loop-unswitch.c299 iterations = estimated_loop_iterations_int (loop); in tree_unswitch_single_loop()
519 iterations = estimated_loop_iterations_int (loop); in tree_unswitch_outer_loop()
H A Dtree-ssa-loop-ivcanon.c1040 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
H A Dtree-ssa-loop-niter.c4360 estimated_loop_iterations_int (class loop *loop) in estimated_loop_iterations_int() function
4453 HOST_WIDE_INT nit = estimated_loop_iterations_int (loop); in estimated_stmt_executions_int()
H A Dtree-parloops.c4083 estimated = estimated_loop_iterations_int (loop); in parallelize_loops()