Searched refs:can_unroll_loop_p (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-manip.h | 48 extern bool can_unroll_loop_p (class loop *loop, unsigned factor,
|
H A D | gimple-loop-jam.cc | 586 && can_unroll_loop_p (outer, unroll_factor, &desc)); in tree_loop_unroll_and_jam()
|
H A D | tree-ssa-loop-manip.cc | 956 can_unroll_loop_p (class loop *loop, unsigned factor, in can_unroll_loop_p() function
|
H A D | tree-ssa-loop-prefetch.cc | 1372 if (!can_unroll_loop_p (loop, factor, desc)) in should_unroll_loop_p()
|
H A D | tree-predcom.cc | 3423 unroll = can_unroll_loop_p (m_loop, unroll_factor, &desc); in tree_predictive_commoning_loop()
|
H A D | ChangeLog-2006 | 4659 * tree-ssa-loop-manip.c (can_unroll_loop_p): Return false if 19084 (build_if_stmt, can_unroll_loop_p, determine_exit_conditions, 19104 (tree_ssa_prefetch_arrays, can_unroll_loop_p, tree_unroll_loop):
|
H A D | ChangeLog-2019 | 5690 * tree-ssa-loop-manip.c (can_unroll_loop_p): Likewise. 22626 (can_unroll_loop_p): Same.
|
H A D | ChangeLog-2009 | 19411 (tree_predictive_commoning_loop): Use can_unroll_loop_p.
|
H A D | ChangeLog-2007 | 31026 (can_unroll_loop_p): Pass eni_size_weights to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-manip.h | 49 extern bool can_unroll_loop_p (class loop *loop, unsigned factor,
|
H A D | gimple-loop-jam.c | 584 && can_unroll_loop_p (outer, unroll_factor, &desc)); in tree_loop_unroll_and_jam()
|
H A D | tree-ssa-loop-prefetch.c | 1373 if (!can_unroll_loop_p (loop, factor, desc)) in should_unroll_loop_p()
|
H A D | tree-ssa-loop-manip.c | 958 can_unroll_loop_p (class loop *loop, unsigned factor, in can_unroll_loop_p() function
|
H A D | tree-predcom.c | 3302 && can_unroll_loop_p (loop, unroll_factor, &desc)); in tree_predictive_commoning_loop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | loop.texi | 257 (@code{can_unroll_loop_p} on GIMPLE) must be true for the duplicated
|
H A D | gccint.info | 21526 ('can_unroll_loop_p' on GIMPLE) must be true for the duplicated
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | loop.texi | 256 (@code{can_unroll_loop_p} on GIMPLE) must be true for the duplicated
|
H A D | gccint.info | 20495 ('can_unroll_loop_p' on GIMPLE) must be true for the duplicated
|