GCC Middle and Back End API Reference
omp-expand.h
Go to the documentation of this file.
1/* Expansion pass for OMP directives. Outlines regions of certain OMP
2 directives to separate functions, converts others into explicit calls to the
3 runtime library (libgomp) and so forth
4
5Copyright (C) 2005-2024 Free Software Foundation, Inc.
6
7This file is part of GCC.
8
9GCC is free software; you can redistribute it and/or modify it under
10the terms of the GNU General Public License as published by the Free
11Software Foundation; either version 3, or (at your option) any later
12version.
13
14GCC is distributed in the hope that it will be useful, but WITHOUT ANY
15WARRANTY; without even the implied warranty of MERCHANTABILITY or
16FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17for more details.
18
19You should have received a copy of the GNU General Public License
20along with GCC; see the file COPYING3. If not see
21<http://www.gnu.org/licenses/>. */
22
23#ifndef GCC_OMP_EXPAND_H
24#define GCC_OMP_EXPAND_H
25
26struct omp_region;
28extern void omp_free_regions (void);
29extern bool omp_make_gimple_edges (basic_block bb, struct omp_region **region,
30 int *region_idx);
31
32#endif /* GCC_OMP_EXPAND_H */
T * ggc_alloc(ALONE_CXX_MEM_STAT_INFO)
Definition ggc.h:184
void omp_free_regions(void)
Definition omp-expand.cc:465
bool omp_make_gimple_edges(basic_block bb, struct omp_region **region, int *region_idx)
Definition omp-expand.cc:10987
void omp_expand_local(basic_block head)
Definition omp-expand.cc:10834
Definition basic-block.h:117
Definition collect2.cc:175
Definition omp-expand.cc:69