Searched refs:chunk_loop (Results 1 – 1 of 1) sorted by relevance
5599 struct loop *chunk_loop = alloc_loop (); in expand_oacc_for() local5600 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()