Lines Matching refs:use_loop
165 find_sibling_superloop (class loop *use_loop, class loop *def_loop) in find_sibling_superloop() argument
167 unsigned ud = loop_depth (use_loop); in find_sibling_superloop()
171 use_loop = superloop_at_depth (use_loop, dd); in find_sibling_superloop()
174 while (loop_outer (use_loop) != loop_outer (def_loop)) in find_sibling_superloop()
176 use_loop = loop_outer (use_loop); in find_sibling_superloop()
178 gcc_assert (use_loop && def_loop); in find_sibling_superloop()
180 return use_loop; in find_sibling_superloop()
216 class loop *use_loop = use_bb->loop_father; in compute_live_loop_exits() local
217 gcc_checking_assert (def_loop != use_loop in compute_live_loop_exits()
218 && ! flow_loop_nested_p (def_loop, use_loop)); in compute_live_loop_exits()
219 if (! flow_loop_nested_p (use_loop, def_loop)) in compute_live_loop_exits()
220 use_bb = find_sibling_superloop (use_loop, def_loop)->header; in compute_live_loop_exits()