Home
last modified time | relevance | path

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

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