Home
last modified time | relevance | path

Searched refs:dest_loop (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c2916 class loop *dest_loop = alloc_loop (); in copy_loops() local
2920 dest_loop->header = (basic_block)src_loop->header->aux; in copy_loops()
2921 dest_loop->header->loop_father = dest_loop; in copy_loops()
2924 dest_loop->latch = (basic_block)src_loop->latch->aux; in copy_loops()
2925 dest_loop->latch->loop_father = dest_loop; in copy_loops()
2929 copy_loop_info (src_loop, dest_loop); in copy_loops()
2930 if (dest_loop->unroll) in copy_loops()
2932 if (dest_loop->force_vectorize) in copy_loops()
2935 dest_loop->owned_clique in copy_loops()
2941 place_new_loop (cfun, dest_loop); in copy_loops()
[all …]
H A DFSFChangeLog.105706 * loop.c (find_and_verify_loops): Set dest_loop only if
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.cc2956 class loop *dest_loop = alloc_loop (); in copy_loops() local
2960 dest_loop->header = (basic_block)src_loop->header->aux; in copy_loops()
2961 dest_loop->header->loop_father = dest_loop; in copy_loops()
2964 dest_loop->latch = (basic_block)src_loop->latch->aux; in copy_loops()
2965 dest_loop->latch->loop_father = dest_loop; in copy_loops()
2969 copy_loop_info (src_loop, dest_loop); in copy_loops()
2970 if (dest_loop->unroll) in copy_loops()
2972 if (dest_loop->force_vectorize) in copy_loops()
2975 dest_loop->owned_clique in copy_loops()
2981 place_new_loop (cfun, dest_loop); in copy_loops()
[all …]
H A DFSFChangeLog.105706 * loop.c (find_and_verify_loops): Set dest_loop only if