Searched refs:tree_unroll_loop (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-manip.h | 55 extern void tree_unroll_loop (struct loop *, unsigned,
|
H A D | gimple-loop-jam.c | 528 tree_unroll_loop (outer, unroll_factor, single_dom_exit (outer), in tree_loop_unroll_and_jam()
|
H A D | tree-ssa-loop-prefetch.c | 1940 tree_unroll_loop (loop, unroll_factor, in loop_prefetch_arrays()
|
H A D | tree-ssa-loop-manip.c | 1422 tree_unroll_loop (struct loop *loop, unsigned factor, in tree_unroll_loop() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-flow.h | 722 void tree_unroll_loop (struct loop *, unsigned,
|
H A D | tree-ssa-loop-manip.c | 1110 tree_unroll_loop (struct loop *loop, unsigned factor, in tree_unroll_loop() function
|
H A D | tree-ssa-loop-prefetch.c | 1861 tree_unroll_loop (loop, unroll_factor, in loop_prefetch_arrays()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | loop.texi | 258 @item @code{tree_unroll_loop}: Unrolls the loop, including peeling the
|