Searched refs:superloop_at_depth (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/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
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | loop.texi | 167 @item @code{superloop_at_depth}: Returns the super-loop of a loop with
|
| H A D | gccint.info | 8055 * `superloop_at_depth': Returns the super-loop of a loop with the
|