GCC Middle and Back End API Reference
|
Data Fields | |
oacc_loop * | parent |
oacc_loop * | child |
oacc_loop * | sibling |
location_t | loc |
gcall * | marker |
gcall * | heads [GOMP_DIM_MAX] |
gcall * | tails [GOMP_DIM_MAX] |
tree | routine |
unsigned | mask |
unsigned | e_mask |
unsigned | inner |
unsigned | flags |
vec< gcall * > | ifns |
tree | chunk_size |
gcall * | head_end |
Bits of OpenMP and OpenACC handling that is specific to device offloading and a lowering pass for OpenACC device directives. Copyright (C) 2005-2024 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>.
Describe the OpenACC looping structure of a function. The entire function is held in a 'NULL' loop.
oacc_loop* oacc_loop::child |
Referenced by execute_oacc_loop_designation(), and new_oacc_loop_raw().
tree oacc_loop::chunk_size |
unsigned oacc_loop::e_mask |
Referenced by oacc_loop_fixed_partitions().
unsigned oacc_loop::flags |
Referenced by oacc_loop_fixed_partitions().
gcall* oacc_loop::head_end |
gcall* oacc_loop::heads[GOMP_DIM_MAX] |
unsigned oacc_loop::inner |
location_t oacc_loop::loc |
Referenced by oacc_loop_fixed_partitions().
gcall* oacc_loop::marker |
unsigned oacc_loop::mask |
Referenced by execute_oacc_loop_designation(), and oacc_loop_fixed_partitions().
oacc_loop* oacc_loop::parent |
Referenced by oacc_loop_fixed_partitions().
tree oacc_loop::routine |
oacc_loop* oacc_loop::sibling |
gcall* oacc_loop::tails[GOMP_DIM_MAX] |