Searched refs:tree_unroll_loop (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-manip.h | 54 extern void tree_unroll_loop (class loop *, unsigned, tree_niter_desc *);
|
H A D | gimple-loop-jam.cc | 596 tree_unroll_loop (outer, unroll_factor, &desc); in tree_loop_unroll_and_jam()
|
H A D | tree-ssa-loop-manip.cc | 1521 tree_unroll_loop (class loop *loop, unsigned factor, in tree_unroll_loop() function
|
H A D | tree-ssa-loop-prefetch.cc | 1967 tree_unroll_loop (loop, unroll_factor, &desc); in loop_prefetch_arrays()
|
H A D | ChangeLog-2006 | 527 (tree_unroll_loop): Update arguments of 4241 tree_unroll_loop): Ditto. 4289 tree_unroll_loop, linear_transform_loops): Declaration changed. 5021 (split_loop_exit_edge, tree_unroll_loop): Do not use 5642 * tree-ssa-loop-manip.c (tree_unroll_loop): Call verification 11689 * tree-ssa-loop-manip.c (tree_unroll_loop): Set EDGE_IRREDUCIBLE_LOOP 12288 * tree-ssa-loop-manip.c (create_iv, tree_unroll_loop): Use 19085 tree_unroll_loop): New functions. 19104 (tree_ssa_prefetch_arrays, can_unroll_loop_p, tree_unroll_loop):
|
H A D | ChangeLog.gimple-classes | 1261 * tree-ssa-loop-manip.c (tree_unroll_loop): Likewise.
|
H A D | ChangeLog-2021 | 10281 (tree_unroll_loop): Likewise. 10286 * tree-ssa-loop-manip.c (tree_unroll_loop): Likewise.
|
H A D | ChangeLog-2007 | 33138 * tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ... 33890 * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-manip.h | 55 extern void tree_unroll_loop (class loop *, unsigned,
|
H A D | gimple-loop-jam.c | 594 tree_unroll_loop (outer, unroll_factor, single_dom_exit (outer), in tree_loop_unroll_and_jam()
|
H A D | tree-ssa-loop-prefetch.c | 1968 tree_unroll_loop (loop, unroll_factor, in loop_prefetch_arrays()
|
H A D | tree-ssa-loop-manip.c | 1443 tree_unroll_loop (class loop *loop, unsigned factor, in tree_unroll_loop() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | loop.texi | 264 @item @code{tree_unroll_loop}: Unrolls the loop, including peeling the
|
H A D | gccint.info | 21534 * 'tree_unroll_loop': Unrolls the loop, including peeling the extra
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | loop.texi | 263 @item @code{tree_unroll_loop}: Unrolls the loop, including peeling the
|
H A D | gccint.info | 20503 * 'tree_unroll_loop': Unrolls the loop, including peeling the extra
|