Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-loop-linear.c174 struct loop *loop_i; in try_interchange_loops() local
194 for (loop_i = first_loop; in try_interchange_loops()
195 loop_i->depth < loop_j->depth; in try_interchange_loops()
196 loop_i = loop_i->inner) in try_interchange_loops()
199 loop_i, first_loop, in try_interchange_loops()
225 loop_i->depth - first_loop->depth, in try_interchange_loops()
231 loop_i->depth - first_loop->depth, in try_interchange_loops()