Searched refs:unrolling (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/lib/libc/mips/string/
H A Dbzero.S71 bne a0, a3, 2b # unrolling loop doesnt help
/freebsd-9.3-release/contrib/gcc/
H A Dloop-unroll.c1 /* Loop unrolling and peeling.
37 /* This pass performs loop unrolling and peeling. We only perform these
53 -- unrolling of loops that roll constant times; this is almost always
55 -- unrolling of loops that roll number of times that we can compute
58 -- simple unrolling of remaining loops; this is performed only if we
154 /* Now decide rest of unrolling and peeling. */
558 "\n;; Considering unrolling loop with constant "
595 fprintf (dump_file, ";; Not unrolling loop, doesn't roll\n");
694 of exit condition have continuous body after unrolling. */
839 "\n;; Considering unrolling loo
1793 determine_split_iv_delta(unsigned n_copy, unsigned n_copies, bool unrolling) argument
2074 apply_opt_in_copies(struct opt_info *opt_info, unsigned n_copies, bool unrolling, bool rewrite_original_loop) argument
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dsupport.S802 bne a0, t0, 2b # unrolling loop does not help
844 bne a0, a3, 2b # unrolling loop does not help

Completed in 60 milliseconds