GCC Middle and Back End API Reference
pt_solution Struct Reference

#include <tree-ssa-alias.h>

Collaboration diagram for pt_solution:

Data Fields

unsigned int anything: 1
 
unsigned int nonlocal: 1
 
unsigned int escaped: 1
 
unsigned int ipa_escaped: 1
 
unsigned int null: 1
 
unsigned int const_pool: 1
 
unsigned int vars_contains_nonlocal: 1
 
unsigned int vars_contains_escaped: 1
 
unsigned int vars_contains_escaped_heap: 1
 
unsigned int vars_contains_restrict: 1
 
unsigned int vars_contains_interposable: 1
 
bitmap vars
 

Detailed Description

Tree based alias analysis and alias oracle. Copyright (C) 2008-2025 Free Software Foundation, Inc. Contributed by Richard Guenther <rguenther@suse.de> This file is part of GCC. GCC is free software; you can redistribute it and/or modify under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, 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/>.
The points-to solution. The points-to solution is a union of pt_vars and the abstract sets specified by the flags.

Field Documentation

◆ anything

◆ const_pool

◆ escaped

◆ ipa_escaped

◆ nonlocal

◆ null

◆ vars

◆ vars_contains_escaped

◆ vars_contains_escaped_heap

unsigned int pt_solution::vars_contains_escaped_heap

◆ vars_contains_interposable

unsigned int pt_solution::vars_contains_interposable

◆ vars_contains_nonlocal

◆ vars_contains_restrict

unsigned int pt_solution::vars_contains_restrict

The documentation for this struct was generated from the following file: