Home
last modified time | relevance | path

Searched refs:superloop_at_depth (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-loop-im.c308 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 Dcfgloop.h200 struct loop *superloop_at_depth (struct loop *, unsigned);
H A Dtree-scalar-evolution.c1569 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 Dcfgloop.c106 superloop_at_depth (struct loop *loop, unsigned depth) in superloop_at_depth() function
H A DChangeLog-200414802 * 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 Dloop.texi167 @item @code{superloop_at_depth}: Returns the super-loop of a loop with