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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-im.cc 80 class loop *max_loop; /* The outermost loop in that the statement member in struct:lim_aux_data
100 the MAX_LOOP loop. */
530 class loop *max_loop; local
547 max_loop = find_common_loop (loop, def_bb->loop_father);
550 if (lim_data != NULL && lim_data->max_loop != NULL)
551 max_loop = find_common_loop (max_loop,
552 loop_outer (lim_data->max_loop));
553 if (max_loop == loop)
555 max_loop = superloop_at_depth (loop, loop_depth (max_loop) + 1)
578 class loop *max_loop; local
1415 class loop *loop = (class loop *) data, *max_loop; local
    [all...]
tree-ssa-loop-im.cc 80 class loop *max_loop; /* The outermost loop in that the statement member in struct:lim_aux_data
100 the MAX_LOOP loop. */
530 class loop *max_loop; local
547 max_loop = find_common_loop (loop, def_bb->loop_father);
550 if (lim_data != NULL && lim_data->max_loop != NULL)
551 max_loop = find_common_loop (max_loop,
552 loop_outer (lim_data->max_loop));
553 if (max_loop == loop)
555 max_loop = superloop_at_depth (loop, loop_depth (max_loop) + 1)
578 class loop *max_loop; local
1415 class loop *loop = (class loop *) data, *max_loop; local
    [all...]
builtins.cc 4423 bool max_loop = false;
4453 max_loop = true;
4465 max_loop = true;
4476 max_loop = true;
4484 if (!max_loop)
4556 && !(max_loop && i == max_bits))
4559 if (max_loop && i == max_bits)
4422 bool max_loop = false; local
builtins.cc 4423 bool max_loop = false;
4453 max_loop = true;
4465 max_loop = true;
4476 max_loop = true;
4484 if (!max_loop)
4556 && !(max_loop && i == max_bits))
4559 if (max_loop && i == max_bits)
4422 bool max_loop = false; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-im.cc 78 class loop *max_loop; /* The outermost loop in that the statement member in struct:lim_aux_data
98 the MAX_LOOP loop. */
510 class loop *max_loop; local
527 max_loop = find_common_loop (loop, def_bb->loop_father);
530 if (lim_data != NULL && lim_data->max_loop != NULL)
531 max_loop = find_common_loop (max_loop,
532 loop_outer (lim_data->max_loop));
533 if (max_loop == loop)
535 max_loop = superloop_at_depth (loop, loop_depth (max_loop) + 1)
558 class loop *max_loop; local
1367 class loop *loop = (class loop *) data, *max_loop; local
    [all...]
tree-ssa-loop-im.cc 78 class loop *max_loop; /* The outermost loop in that the statement member in struct:lim_aux_data
98 the MAX_LOOP loop. */
510 class loop *max_loop; local
527 max_loop = find_common_loop (loop, def_bb->loop_father);
530 if (lim_data != NULL && lim_data->max_loop != NULL)
531 max_loop = find_common_loop (max_loop,
532 loop_outer (lim_data->max_loop));
533 if (max_loop == loop)
535 max_loop = superloop_at_depth (loop, loop_depth (max_loop) + 1)
558 class loop *max_loop; local
1367 class loop *loop = (class loop *) data, *max_loop; local
    [all...]

Completed in 43 milliseconds