HomeSort by: relevance | last modified time | path
    Searched defs:target_loop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cfgloopmanip.cc 185 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))
277 TARGET_LOOP to that we moved FROM, the change of the position
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopmanip.cc 184 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))
276 TARGET_LOOP to that we moved FROM, the change of the position

Completed in 25 milliseconds