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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c6496 class loop *chunk_loop = alloc_loop (); local
6497 chunk_loop->header = head_bb;
6498 chunk_loop->latch = bottom_bb;
6499 add_loop (chunk_loop, parent);
6500 parent = chunk_loop;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc8014 class loop *chunk_loop = alloc_loop (); local
8015 chunk_loop->header = head_bb;
8016 chunk_loop->latch = bottom_bb;
8017 add_loop (chunk_loop, parent);
8018 parent = chunk_loop;

Completed in 234 milliseconds