GCC Middle and Back End API Reference
gimple-ssa-pta-constraints.h
Go to the documentation of this file.
1/* Constraint builder for tree based points-to analysis
2 Copyright (C) 2005-2025 Free Software Foundation, Inc.
3 Contributed by Daniel Berlin <dberlin@dberlin.org>
4
5 This file is part of GCC.
6
7 GCC is free software; you can redistribute it and/or modify
8 under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
11
12 GCC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */
20
21#ifndef GIMPLE_SSA_PTA_CONSTRAINTS_H
22#define GIMPLE_SSA_PTA_CONSTRAINTS_H
23
24namespace pointer_analysis {
25
30
31void init_constraint_builder (void);
33void intra_build_constraints (void);
34void ipa_build_constraints (void);
35
36} // namespace pointer_analysis
37
38#endif /* GIMPLE_SSA_PTA_CONSTRAINTS_H */
union tree_node * tree
Definition coretypes.h:97
Definition gimple-ssa-pta-constraints.cc:3984
varinfo_t get_fi_for_callee(gcall *call)
Definition gimple-ssa-pta-constraints.cc:4028
varinfo_t lookup_call_use_vi(gcall *call)
Definition gimple-ssa-pta-constraints.cc:4003
void intra_build_constraints(void)
Definition gimple-ssa-pta-constraints.cc:4081
void ipa_build_constraints(void)
Definition gimple-ssa-pta-constraints.cc:4118
struct variable_info * varinfo_t
Definition tree-ssa-structalias.h:164
void init_constraint_builder(void)
Definition gimple-ssa-pta-constraints.cc:4058
varinfo_t lookup_vi_for_tree(tree t)
Definition gimple-ssa-pta-constraints.cc:3990
varinfo_t lookup_call_clobber_vi(gcall *call)
Definition gimple-ssa-pta-constraints.cc:4016
void delete_constraint_builder(void)
Definition gimple-ssa-pta-constraints.cc:4070