Home
last modified time | relevance | path

Searched refs:can_unroll_loop_p (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-manip.h49 extern bool can_unroll_loop_p (struct loop *loop, unsigned factor,
H A Dgimple-loop-jam.c518 && can_unroll_loop_p (outer, unroll_factor, &desc)); in tree_loop_unroll_and_jam()
H A Dtree-ssa-loop-prefetch.c1345 if (!can_unroll_loop_p (loop, factor, desc)) in should_unroll_loop_p()
H A Dtree-ssa-loop-manip.c937 can_unroll_loop_p (struct loop *loop, unsigned factor, in can_unroll_loop_p() function
H A Dtree-predcom.c3253 && can_unroll_loop_p (loop, unroll_factor, &desc)); in tree_predictive_commoning_loop()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-flow.h720 bool can_unroll_loop_p (struct loop *loop, unsigned factor,
H A Dtree-ssa-loop-manip.c645 can_unroll_loop_p (struct loop *loop, unsigned factor, in can_unroll_loop_p() function
H A Dtree-ssa-loop-prefetch.c1274 if (!can_unroll_loop_p (loop, factor, desc)) in should_unroll_loop_p()
H A Dtree-predcom.c2545 && can_unroll_loop_p (loop, unroll_factor, &desc)); in tree_predictive_commoning_loop()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dloop.texi250 (@code{can_unroll_loop_p} on GIMPLE) must be true for the duplicated