Home
last modified time | relevance | path

Searched refs:max_unroll (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDloop-unroll.c668 unsigned max_unroll = loop->lpt_decision.times; in unroll_loop_constant_iterations() local
677 gcc_assert (niter > max_unroll + 1); in unroll_loop_constant_iterations()
679 exit_mod = niter % (max_unroll + 1); in unroll_loop_constant_iterations()
681 wont_exit = sbitmap_alloc (max_unroll + 1); in unroll_loop_constant_iterations()
684 remove_edges = XCNEWVEC (edge, max_unroll + exit_mod + 1); in unroll_loop_constant_iterations()
738 if (exit_mod != max_unroll in unroll_loop_constant_iterations()
767 RESET_BIT (wont_exit, max_unroll); in unroll_loop_constant_iterations()
774 loops, max_unroll, in unroll_loop_constant_iterations()
785 apply_opt_in_copies (opt_info, max_unroll, true, true); in unroll_loop_constant_iterations()
808 desc->niter /= max_unroll + 1; in unroll_loop_constant_iterations()
[all …]
HDtree-ssa-loop-ivcanon.c167 unsigned HOST_WIDE_INT n_unroll, ninsns, max_unroll, unr_insns; in try_unroll_loop_completely() local
177 max_unroll = PARAM_VALUE (PARAM_MAX_COMPLETELY_PEEL_TIMES); in try_unroll_loop_completely()
178 if (n_unroll > max_unroll) in try_unroll_loop_completely()