GCC Middle and Back End API Reference
param_analysis_info Struct Reference
Collaboration diagram for param_analysis_info:

Data Fields

bool parm_modified
bool ref_modified
bool pt_modified
bitmap parm_visited_statements
bitmap pt_visited_statements

Detailed Description

@verbatim 

Interprocedural analyses. Copyright (C) 2005-2013 Free Software Foundation, Inc.

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/.

   Intermediate information about a parameter that is only useful during the
   run of ipa_analyze_node and is not kept afterwards.  

Field Documentation

bool param_analysis_info::parm_modified
bitmap param_analysis_info::parm_visited_statements
bool param_analysis_info::pt_modified
bitmap param_analysis_info::pt_visited_statements
bool param_analysis_info::ref_modified

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