Home
last modified time | relevance | path

Searched refs:trip_loop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c5113 class loop *trip_loop = alloc_loop (); in expand_omp_for_static_chunk() local
5114 trip_loop->header = iter_part_bb; in expand_omp_for_static_chunk()
5115 trip_loop->latch = trip_update_bb; in expand_omp_for_static_chunk()
5116 add_loop (trip_loop, iter_part_bb->loop_father); in expand_omp_for_static_chunk()
5123 trip_loop->inner = loop; in expand_omp_for_static_chunk()
5133 add_loop (loop, trip_loop); in expand_omp_for_static_chunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc6295 class loop *trip_loop = alloc_loop (); in expand_omp_for_static_chunk() local
6296 trip_loop->header = iter_part_bb; in expand_omp_for_static_chunk()
6297 trip_loop->latch = trip_update_bb; in expand_omp_for_static_chunk()
6298 add_loop (trip_loop, iter_part_bb->loop_father); in expand_omp_for_static_chunk()
6305 trip_loop->inner = loop; in expand_omp_for_static_chunk()
6315 add_loop (loop, trip_loop); in expand_omp_for_static_chunk()