Home | History | Annotate | Download | only in gcc

Lines Matching refs:dest_loop

2956 	  class loop *dest_loop = alloc_loop ();
2960 dest_loop->header = (basic_block)src_loop->header->aux;
2961 dest_loop->header->loop_father = dest_loop;
2964 dest_loop->latch = (basic_block)src_loop->latch->aux;
2965 dest_loop->latch->loop_father = dest_loop;
2969 copy_loop_info (src_loop, dest_loop);
2970 if (dest_loop->unroll)
2972 if (dest_loop->force_vectorize)
2975 dest_loop->owned_clique
2981 place_new_loop (cfun, dest_loop);
2982 flow_loop_tree_node_add (dest_parent, dest_loop);
2986 dest_loop->simduid = remap_decl (src_loop->simduid, id);
2991 copy_loops (id, dest_loop, src_loop);