/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloop.c | 142 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 D | tree-ssa-loop-niter.c | 2821 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 D | tree-parloops.c | 2505 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 D | profile.c | 1457 gcov_type nit = expected_loop_iterations_unbounded (loop); in branch_prob() local
|
H A D | graphite-sese-to-poly.c | 808 widest_int nit; in add_loop_constraints() local
|
H A D | tree-ssa-loop-manip.c | 1526 canonicalize_loop_ivs (class loop *loop, tree *nit, bool bump_in_latch) in canonicalize_loop_ivs()
|
H A D | tree-scalar-evolution.c | 3039 widest_int nit; in iv_can_overflow_p() local
|
H A D | vr-values.c | 1810 widest_int nit; in adjust_range_with_scev() local
|
H A D | predict.c | 1963 widest_int nit; in predict_loops() local
|
H A D | tree-ssa-loop-ivopts.c | 5043 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 D | cfgloop.cc | 144 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 D | tree-ssa-loop-niter.cc | 2942 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 D | tree-parloops.cc | 2505 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 D | profile.cc | 1552 gcov_type nit = expected_loop_iterations_unbounded (loop); in branch_prob() local
|
H A D | graphite-sese-to-poly.cc | 804 widest_int nit; in add_loop_constraints() local
|
H A D | tree-ssa-loop-manip.cc | 1603 canonicalize_loop_ivs (class loop *loop, tree *nit, bool bump_in_latch) in canonicalize_loop_ivs()
|
H A D | tree-scalar-evolution.cc | 3031 widest_int nit; in iv_can_overflow_p() local
|
H A D | vr-values.cc | 1704 widest_int nit; in bounds_of_var_in_loop() local
|
H A D | predict.cc | 1998 widest_int nit; in predict_loops() local
|
H A D | tree-ssa-loop-ivopts.cc | 5079 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 D | tree-data-ref.cc | 3695 widest_int nit; in max_stmt_executions_tree() local
|
/netbsd-src/usr.sbin/bootp/bootptest/ |
H A D | getether.c | 86 int nit; getether() local [all...] |
/netbsd-src/usr.sbin/iopctl/ |
H A D | iopctl.c | 425 int hc, lc, i, nit; in i2ostrvis() local
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mdoc_validate.c | 1522 struct roff_node *nbl, *nit, *nch; in post_it() local
|
/netbsd-src/sys/dev/i2o/ |
H A D | iop.c | 2308 int hc, lc, i, nit; in iop_strvis() local
|