Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Domp-expand.c5599 struct loop *chunk_loop = alloc_loop (); in expand_oacc_for() local
5600 chunk_loop->header = head_bb; in expand_oacc_for()
5601 chunk_loop->latch = bottom_bb; in expand_oacc_for()
5602 add_loop (chunk_loop, parent); in expand_oacc_for()
5603 parent = chunk_loop; in expand_oacc_for()