GCC Middle and Back End API Reference
clone_info Struct Reference

#include <symtab-clones.h>

Collaboration diagram for clone_info:

Public Member Functions

 clone_info ()

Static Public Member Functions

static clone_infoget (cgraph_node *node)
static clone_infoget_create (cgraph_node *node)
static void remove (cgraph_node *node)
static void release (void)

Data Fields

vec< ipa_replace_map *, va_gc > * tree_map
ipa_param_adjustmentsparam_adjustments

Detailed Description

Representation of adjustment made to virtual clones in the symbol table. Copyright (C) 2003-2025 Free Software Foundation, Inc. Contributed by Jan Hubicka 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/>.

Constructor & Destructor Documentation

◆ clone_info()

clone_info::clone_info ( )
inline

References NULL, param_adjustments, and tree_map.

Member Function Documentation

◆ get()

◆ get_create()

clone_info * clone_info::get_create ( cgraph_node * node)
static

◆ release()

void clone_info::release ( void )
inlinestatic
Free clone info summaries.

References ggc_delete(), NULL, and symtab.

Referenced by cgraph_cc_finalize().

◆ remove()

void clone_info::remove ( cgraph_node * node)
inlinestatic
Remove clone_info association for NODE.

References symtab.

Field Documentation

◆ param_adjustments

◆ tree_map


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