HomeSort by: relevance | last modified time | path
    Searched defs:n_unroll (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivcanon.cc 629 int n_unroll = loops_to_unloop_nunroll.pop (); local
637 remove_exits_and_undefined_stmts (loop, n_unroll);
693 unsigned HOST_WIDE_INT n_unroll = 0; local
711 n_unroll = tree_to_uhwi (niter);
725 && (!n_unroll_found || (unsigned HOST_WIDE_INT)maxiter < n_unroll))
727 n_unroll = maxiter;
742 && n_unroll > (unsigned) param_max_completely_peel_times)
754 if (n_unroll)
762 if (n_unroll > (unsigned)loop->unroll)
775 /* EXIT can be removed only if we are sure it passes first N_UNROLL
    [all...]
tree-ssa-loop-ivcanon.cc 629 int n_unroll = loops_to_unloop_nunroll.pop (); local
637 remove_exits_and_undefined_stmts (loop, n_unroll);
693 unsigned HOST_WIDE_INT n_unroll = 0; local
711 n_unroll = tree_to_uhwi (niter);
725 && (!n_unroll_found || (unsigned HOST_WIDE_INT)maxiter < n_unroll))
727 n_unroll = maxiter;
742 && n_unroll > (unsigned) param_max_completely_peel_times)
754 if (n_unroll)
762 if (n_unroll > (unsigned)loop->unroll)
775 /* EXIT can be removed only if we are sure it passes first N_UNROLL
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivcanon.cc 677 int n_unroll = loops_to_unloop_nunroll.pop (); local
685 remove_exits_and_undefined_stmts (loop, n_unroll);
739 unsigned HOST_WIDE_INT n_unroll = 0; local
757 n_unroll = tree_to_uhwi (niter);
771 && (!n_unroll_found || (unsigned HOST_WIDE_INT)maxiter < n_unroll))
773 n_unroll = maxiter;
788 && n_unroll > (unsigned) param_max_completely_peel_times)
800 if (n_unroll)
808 if (n_unroll > (unsigned)loop->unroll)
821 /* EXIT can be removed only if we are sure it passes first N_UNROLL
    [all...]
tree-ssa-loop-ivcanon.cc 677 int n_unroll = loops_to_unloop_nunroll.pop (); local
685 remove_exits_and_undefined_stmts (loop, n_unroll);
739 unsigned HOST_WIDE_INT n_unroll = 0; local
757 n_unroll = tree_to_uhwi (niter);
771 && (!n_unroll_found || (unsigned HOST_WIDE_INT)maxiter < n_unroll))
773 n_unroll = maxiter;
788 && n_unroll > (unsigned) param_max_completely_peel_times)
800 if (n_unroll)
808 if (n_unroll > (unsigned)loop->unroll)
821 /* EXIT can be removed only if we are sure it passes first N_UNROLL
    [all...]

Completed in 46 milliseconds