GCC Middle and Back End API Reference
rtl-ssa.h
Go to the documentation of this file.
1
// On-the-side RTL SSA representation -*- C++ -*-
2
// Copyright (C) 2020-2024 Free Software Foundation, Inc.
3
//
4
// This file is part of GCC.
5
//
6
// GCC is free software; you can redistribute it and/or modify it under
7
// the terms of the GNU General Public License as published by the Free
8
// Software Foundation; either version 3, or (at your option) any later
9
// version.
10
//
11
// GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14
// for more details.
15
//
16
// You should have received a copy of the GNU General Public License
17
// along with GCC; see the file COPYING3. If not see
18
// <http://www.gnu.org/licenses/>.
19
20
#ifndef GCC_RTL_SSA_H
21
#define GCC_RTL_SSA_H 1
22
23
// This is an aggregation header file. This means it should contain only
24
// other include files.
25
26
#if 0
27
// Files that use this one should first have:
28
#define INCLUDE_ALGORITHM
29
#define INCLUDE_FUNCTIONAL
30
#define INCLUDE_ARRAY
31
#include "config.h"
32
#include "
system.h
"
33
#include "
coretypes.h
"
34
#include "
backend.h
"
35
#include "
rtl.h
"
36
#include "
df.h
"
37
#endif
38
39
// Needed by splay-tree-utils.h and directly by rtl-ssa.
40
#include "
pretty-print.h
"
41
42
// Needed directly by recog.h.
43
#include "insn-config.h"
44
45
// Needed directly by rtl-ssa.
46
#include "
splay-tree-utils.h
"
47
#include "
recog.h
"
48
#include "
regs.h
"
49
#include "
function-abi.h
"
50
#include "
obstack-utils.h
"
51
#include "
mux-utils.h
"
52
#include "
rtlanal.h
"
53
#include "
cfgbuild.h
"
54
#include "
hash-set.h
"
55
56
// Provides the global crtl->ssa.
57
#include "
memmodel.h
"
58
#include "tm_p.h"
59
#include "
emit-rtl.h
"
60
61
// The rtl-ssa files themselves.
62
#include "rtl-ssa/accesses.h"
63
#include "rtl-ssa/insns.h"
64
#include "rtl-ssa/blocks.h"
65
#include "rtl-ssa/changes.h"
66
#include "rtl-ssa/functions.h"
67
#include "rtl-ssa/predicates.h"
68
#include "rtl-ssa/is-a.inl"
69
#include "rtl-ssa/access-utils.h"
70
#include "rtl-ssa/insn-utils.h"
71
#include "rtl-ssa/movement.h"
72
#include "rtl-ssa/change-utils.h"
73
#include "rtl-ssa/member-fns.inl"
74
75
#endif
backend.h
cfgbuild.h
coretypes.h
df.h
emit-rtl.h
function-abi.h
hash-set.h
memmodel.h
mux-utils.h
obstack-utils.h
pretty-print.h
recog.h
regs.h
rtl.h
rtlanal.h
splay-tree-utils.h
system.h
gcc
rtl-ssa.h
Generated by
1.12.0