Searched refs:target_loop (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.c185 class loop *base_loop, *target_loop; local
229 target_loop = loop_outer (from->loop_father);
243 target_loop = from->loop_father;
274 else if (!flow_loop_nested_p (target_loop, pred->loop_father))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.cc184 class loop *base_loop, *target_loop; local
228 target_loop = loop_outer (from->loop_father);
242 target_loop = from->loop_father;
273 else if (!flow_loop_nested_p (target_loop, pred->loop_father))

Completed in 104 milliseconds