Searched refs:body_loop (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c6512 class loop *body_loop = alloc_loop (); local
6513 body_loop->header = body_bb;
6514 body_loop->latch = cont_bb;
6515 add_loop (body_loop, parent);
6523 add_loop (inner_loop, body_loop);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc8030 class loop *body_loop = alloc_loop (); local
8031 body_loop->header = body_bb;
8032 body_loop->latch = cont_bb;
8033 add_loop (body_loop, parent);
8041 add_loop (inner_loop, body_loop);

Completed in 190 milliseconds