Searched refs:can_unroll_loop_p (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-manip.h | 49 extern bool can_unroll_loop_p (struct loop *loop, unsigned factor,
|
H A D | gimple-loop-jam.c | 518 && can_unroll_loop_p (outer, unroll_factor, &desc)); in tree_loop_unroll_and_jam()
|
H A D | tree-ssa-loop-prefetch.c | 1345 if (!can_unroll_loop_p (loop, factor, desc)) in should_unroll_loop_p()
|
H A D | tree-ssa-loop-manip.c | 937 can_unroll_loop_p (struct loop *loop, unsigned factor, in can_unroll_loop_p() function
|
H A D | tree-predcom.c | 3253 && can_unroll_loop_p (loop, unroll_factor, &desc)); in tree_predictive_commoning_loop()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-flow.h | 720 bool can_unroll_loop_p (struct loop *loop, unsigned factor,
|
H A D | tree-ssa-loop-manip.c | 645 can_unroll_loop_p (struct loop *loop, unsigned factor, in can_unroll_loop_p() function
|
H A D | tree-ssa-loop-prefetch.c | 1274 if (!can_unroll_loop_p (loop, factor, desc)) in should_unroll_loop_p()
|
H A D | tree-predcom.c | 2545 && can_unroll_loop_p (loop, unroll_factor, &desc)); in tree_predictive_commoning_loop()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | loop.texi | 250 (@code{can_unroll_loop_p} on GIMPLE) must be true for the duplicated
|