Searched refs:chunk_loop (Results 1 – 2 of 2) sorted by relevance
6496 class loop *chunk_loop = alloc_loop (); in expand_oacc_for() local6497 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()
8015 class loop *chunk_loop = alloc_loop (); in expand_oacc_for() local8016 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()