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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-im.cc 503 class loop *hotter_loop = hotter_than_inner_loop[loop->num]; local
504 if (!hotter_loop
505 || loop_depth (hotter_loop) < loop_depth (outermost_loop))
508 /* hotter_loop is between OUTERMOST_LOOP and LOOP like:
510 hotter_loop, second_coldest_loop, ..., loop]
513 for (aloop = hotter_loop->inner; aloop; aloop = aloop->next)
3471 class loop *hotter_loop, class loop *loop)
3481 if (hotter_loop
3483 hotter_loop))
3484 hotter_than_inner_loop[loop->num] = hotter_loop;
    [all...]
tree-ssa-loop-im.cc 503 class loop *hotter_loop = hotter_than_inner_loop[loop->num]; local
504 if (!hotter_loop
505 || loop_depth (hotter_loop) < loop_depth (outermost_loop))
508 /* hotter_loop is between OUTERMOST_LOOP and LOOP like:
510 hotter_loop, second_coldest_loop, ..., loop]
513 for (aloop = hotter_loop->inner; aloop; aloop = aloop->next)
3471 class loop *hotter_loop, class loop *loop)
3481 if (hotter_loop
3483 hotter_loop))
3484 hotter_than_inner_loop[loop->num] = hotter_loop;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-im.cc 483 class loop *hotter_loop = hotter_than_inner_loop[loop->num]; local
484 if (!hotter_loop
485 || loop_depth (hotter_loop) < loop_depth (outermost_loop))
488 /* hotter_loop is between OUTERMOST_LOOP and LOOP like:
490 hotter_loop, second_coldest_loop, ..., loop]
493 for (aloop = hotter_loop->inner; aloop; aloop = aloop->next)
3420 class loop *hotter_loop, class loop *loop)
3430 if (hotter_loop
3432 hotter_loop))
3433 hotter_than_inner_loop[loop->num] = hotter_loop;
    [all...]
tree-ssa-loop-im.cc 483 class loop *hotter_loop = hotter_than_inner_loop[loop->num]; local
484 if (!hotter_loop
485 || loop_depth (hotter_loop) < loop_depth (outermost_loop))
488 /* hotter_loop is between OUTERMOST_LOOP and LOOP like:
490 hotter_loop, second_coldest_loop, ..., loop]
493 for (aloop = hotter_loop->inner; aloop; aloop = aloop->next)
3420 class loop *hotter_loop, class loop *loop)
3430 if (hotter_loop
3432 hotter_loop))
3433 hotter_than_inner_loop[loop->num] = hotter_loop;
    [all...]

Completed in 52 milliseconds