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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivcanon.cc 1333 class loop *loop_father; local
1380 loop_father = loop_outer (loop);
1381 if (!loop_father)
1389 && (unroll_outer || loop_outer (loop_father)))
1401 if (loop_outer (loop_father))
1407 bitmap_set_bit (father_bbs, loop_father->header->index);
1470 if (loop_outer (unrolled_loop_bb->loop_father))
1472 unrolled_loop_bb->loop_father->num);
basic-block.h 126 class loop *loop_father; variable in typeref:class:loop
  /src/external/gpl3/gcc/dist/gcc/
basic-block.h 126 class loop *loop_father; variable in typeref:class:loop
tree-ssa-loop-ivcanon.cc 1397 class loop *loop_father; local
1444 loop_father = loop_outer (loop);
1445 if (!loop_father)
1453 && (unroll_outer || loop_outer (loop_father)))
1465 if (loop_outer (loop_father))
1471 bitmap_set_bit (father_bbs, loop_father->header->index);
1538 if (loop_outer (unrolled_loop_bb->loop_father))
1540 unrolled_loop_bb->loop_father->num);
  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 622 class loop *loop_father = loops_for_fn (cfun)->tree_root; local
645 loop_father = get_loop (cfun, is_loop_header_of);
647 bb->loop_father = loop_father;
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 607 class loop *loop_father = loops_for_fn (cfun)->tree_root; local
630 loop_father = get_loop (cfun, is_loop_header_of);
632 bb->loop_father = loop_father;

Completed in 41 milliseconds