Home
last modified time | relevance | path

Searched defs:nit (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.c142 gcov_type nit = expected_loop_iterations_unbounded (loop, &read_profile_p); in flow_loop_dump() local
1943 widest_int nit; in get_estimated_loop_iterations_int() local
1963 HOST_WIDE_INT nit = get_max_loop_iterations_int (loop); in max_stmt_executions_int() local
1982 HOST_WIDE_INT nit = get_likely_max_loop_iterations_int (loop); in likely_max_stmt_executions_int() local
1999 get_estimated_loop_iterations (class loop *loop, widest_int *nit) in get_estimated_loop_iterations()
2023 get_max_loop_iterations (const class loop *loop, widest_int *nit) in get_max_loop_iterations()
2039 widest_int nit; in get_max_loop_iterations_int() local
2057 get_likely_max_loop_iterations (class loop *loop, widest_int *nit) in get_likely_max_loop_iterations()
2073 widest_int nit; in get_likely_max_loop_iterations_int() local
H A Dtree-ssa-loop-niter.c2821 widest_int nit; in finite_loop_p() local
4272 gcov_type nit = expected_loop_iterations_unbounded (loop); in estimate_numbers_of_iterations() local
4345 estimated_loop_iterations (class loop *loop, widest_int *nit) in estimated_loop_iterations()
4362 widest_int nit; in estimated_loop_iterations_int() local
4381 max_loop_iterations (class loop *loop, widest_int *nit) in max_loop_iterations()
4398 widest_int nit; in max_loop_iterations_int() local
4416 likely_max_loop_iterations (class loop *loop, widest_int *nit) in likely_max_loop_iterations()
4433 widest_int nit; in likely_max_loop_iterations_int() local
4453 HOST_WIDE_INT nit = estimated_loop_iterations_int (loop); in estimated_stmt_executions_int() local
4470 max_stmt_executions (class loop *loop, widest_int *nit) in max_stmt_executions()
[all …]
H A Dtree-parloops.c2505 tree nit) in try_transform_to_exit_first_loop_alt()
2624 tree nit) in transform_to_exit_first_loop()
2975 tree many_iterations_cond, type, nit; in gen_parallel_loop() local
H A Dprofile.c1457 gcov_type nit = expected_loop_iterations_unbounded (loop); in branch_prob() local
H A Dgraphite-sese-to-poly.c808 widest_int nit; in add_loop_constraints() local
H A Dtree-ssa-loop-manip.c1526 canonicalize_loop_ivs (class loop *loop, tree *nit, bool bump_in_latch) in canonicalize_loop_ivs()
H A Dtree-scalar-evolution.c3039 widest_int nit; in iv_can_overflow_p() local
H A Dvr-values.c1810 widest_int nit; in adjust_range_with_scev() local
H A Dpredict.c1963 widest_int nit; in predict_loops() local
H A Dtree-ssa-loop-ivopts.c5043 aff_tree step, delta, nit; in cand_value_at() local
5226 class aff_tree nit, tmpa, tmpb; in iv_elimination_compare_lt() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.cc144 gcov_type nit = expected_loop_iterations_unbounded (loop, &read_profile_p); in flow_loop_dump() local
1955 widest_int nit; in get_estimated_loop_iterations_int() local
1975 HOST_WIDE_INT nit = get_max_loop_iterations_int (loop); in max_stmt_executions_int() local
1994 HOST_WIDE_INT nit = get_likely_max_loop_iterations_int (loop); in likely_max_stmt_executions_int() local
2011 get_estimated_loop_iterations (class loop *loop, widest_int *nit) in get_estimated_loop_iterations()
2035 get_max_loop_iterations (const class loop *loop, widest_int *nit) in get_max_loop_iterations()
2051 widest_int nit; in get_max_loop_iterations_int() local
2069 get_likely_max_loop_iterations (class loop *loop, widest_int *nit) in get_likely_max_loop_iterations()
2085 widest_int nit; in get_likely_max_loop_iterations_int() local
H A Dtree-ssa-loop-niter.cc2942 widest_int nit; in finite_loop_p() local
4397 gcov_type nit = expected_loop_iterations_unbounded (loop); in estimate_numbers_of_iterations() local
4470 estimated_loop_iterations (class loop *loop, widest_int *nit) in estimated_loop_iterations()
4487 widest_int nit; in estimated_loop_iterations_int() local
4506 max_loop_iterations (class loop *loop, widest_int *nit) in max_loop_iterations()
4523 widest_int nit; in max_loop_iterations_int() local
4541 likely_max_loop_iterations (class loop *loop, widest_int *nit) in likely_max_loop_iterations()
4558 widest_int nit; in likely_max_loop_iterations_int() local
4578 HOST_WIDE_INT nit = estimated_loop_iterations_int (loop); in estimated_stmt_executions_int() local
4595 max_stmt_executions (class loop *loop, widest_int *nit) in max_stmt_executions()
[all …]
H A Dtree-parloops.cc2505 tree nit) in try_transform_to_exit_first_loop_alt()
2624 tree nit) in transform_to_exit_first_loop()
2975 tree many_iterations_cond, type, nit; in gen_parallel_loop() local
H A Dprofile.cc1552 gcov_type nit = expected_loop_iterations_unbounded (loop); in branch_prob() local
H A Dgraphite-sese-to-poly.cc804 widest_int nit; in add_loop_constraints() local
H A Dtree-ssa-loop-manip.cc1603 canonicalize_loop_ivs (class loop *loop, tree *nit, bool bump_in_latch) in canonicalize_loop_ivs()
H A Dtree-scalar-evolution.cc3031 widest_int nit; in iv_can_overflow_p() local
H A Dvr-values.cc1704 widest_int nit; in bounds_of_var_in_loop() local
H A Dpredict.cc1998 widest_int nit; in predict_loops() local
H A Dtree-ssa-loop-ivopts.cc5079 aff_tree step, delta, nit; in cand_value_at() local
5291 class aff_tree nit, tmpa, tmpb; in iv_elimination_compare_lt() local
H A Dtree-data-ref.cc3695 widest_int nit; in max_stmt_executions_tree() local
/netbsd-src/usr.sbin/bootp/bootptest/
H A Dgetether.c86 int nit; getether() local
[all...]
/netbsd-src/usr.sbin/iopctl/
H A Diopctl.c425 int hc, lc, i, nit; in i2ostrvis() local
/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_validate.c1522 struct roff_node *nbl, *nit, *nch; in post_it() local
/netbsd-src/sys/dev/i2o/
H A Diop.c2308 int hc, lc, i, nit; in iop_strvis() local

12