Searched refs:tree_num_loop_insns (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop.h | 69 extern unsigned tree_num_loop_insns (class loop *, struct eni_weights *);
|
H A D | tree-ssa-loop.c | 779 tree_num_loop_insns (class loop *loop, eni_weights *weights) in tree_num_loop_insns() function
|
H A D | tree-ssa-loop-prefetch.c | 1902 time = tree_num_loop_insns (loop, &eni_time_weights); in loop_prefetch_arrays() 1916 ninsns = tree_num_loop_insns (loop, &eni_size_weights); in loop_prefetch_arrays()
|
H A D | tree-ssa-loop-unswitch.c | 289 if (tree_num_loop_insns (loop, &eni_size_weights) in tree_unswitch_single_loop()
|
H A D | tree-ssa-loop-manip.c | 991 if (tree_num_loop_insns (loop, &eni_size_weights) * factor in can_unroll_loop_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop.h | 69 extern unsigned tree_num_loop_insns (class loop *, struct eni_weights *);
|
H A D | tree-ssa-loop.cc | 726 tree_num_loop_insns (class loop *loop, eni_weights *weights) in tree_num_loop_insns() function
|
H A D | tree-ssa-loop-prefetch.cc | 1901 time = tree_num_loop_insns (loop, &eni_time_weights); in loop_prefetch_arrays() 1915 ninsns = tree_num_loop_insns (loop, &eni_size_weights); in loop_prefetch_arrays()
|
H A D | tree-ssa-loop-unswitch.cc | 293 if (tree_num_loop_insns (loop, &eni_size_weights) in tree_unswitch_single_loop()
|
H A D | tree-ssa-loop-manip.cc | 989 if (tree_num_loop_insns (loop, &eni_size_weights) * factor in can_unroll_loop_p()
|
H A D | ChangeLog.tuples | 1536 * tree-ssa-ivcanon.c (tree_num_loop_insns): Replace bsi with gsi. 3948 * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Tuplify.
|
H A D | ChangeLog-2007 | 31024 tree_num_loop_insns. 31027 tree_num_loop_insns. 31036 * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Pass weights 31039 tree_num_loop_insns. 31043 (loop_prefetch_arrays): Pass eni_time_weights to tree_num_loop_insns. 31052 * cfgloop.h (tree_num_loop_insns): Declaration changed.
|
H A D | ChangeLog-2013 | 15834 * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Move to 15878 (tree_num_loop_insns): Relocate from tree-ssa-ivcanon.c.
|
H A D | ChangeLog-2004 | 17108 (tree_num_loop_insns): Declare.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | loop.texi | 201 @item @code{tree_num_loop_insns}, @code{num_loop_insns}: Estimates the
|
H A D | gccint.info | 21474 * 'tree_num_loop_insns', 'num_loop_insns': Estimates the number of
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | loop.texi | 200 @item @code{tree_num_loop_insns}, @code{num_loop_insns}: Estimates the
|
H A D | gccint.info | 20443 * 'tree_num_loop_insns', 'num_loop_insns': Estimates the number of
|