Searched refs:superloop_at_depth (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-loop-im.c | 308 return superloop_at_depth (loop, 1); in outermost_invariant_loop() 313 return superloop_at_depth (loop, 1); in outermost_invariant_loop() 322 max_loop = superloop_at_depth (loop, max_loop->depth + 1); in outermost_invariant_loop() 335 struct loop *max_loop = superloop_at_depth (loop, 1), *aloop; in outermost_invariant_loop_expr() 492 level = superloop_at_depth (loop, 1); in determine_max_movement()
|
| H A D | cfgloop.h | 200 struct loop *superloop_at_depth (struct loop *, unsigned);
|
| H A D | tree-scalar-evolution.c | 1569 subloop = superloop_at_depth (phi_loop, loop->depth + 1); in interpret_loop_phi() 1715 def_loop = superloop_at_depth (def_loop, wrto_loop->depth + 1); in compute_scalar_evolution_in_loop() 2980 ex_loop = superloop_at_depth (loop, exit->dest->loop_father->depth + 1); in scev_const_prop()
|
| H A D | cfgloop.c | 106 superloop_at_depth (struct loop *loop, unsigned depth) in superloop_at_depth() function
|
| H A D | ChangeLog-2004 | 14802 * cfgloop.c (superloop_at_depth, flow_loops_free, 24166 * cfgloop.c (superloop_at_depth): New function. 24167 * cfgloop.h (superloop_at_depth): Declare.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | loop.texi | 167 @item @code{superloop_at_depth}: Returns the super-loop of a loop with
|