GCC Middle and Back End API Reference
|
Data Fields | |
bool | parm_modified |
bool | ref_modified |
bool | pt_modified |
bitmap | parm_visited_statements |
bitmap | pt_visited_statements |
@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.
bool param_analysis_info::parm_modified |
Referenced by parm_preserved_before_stmt_p().
bitmap param_analysis_info::parm_visited_statements |
Referenced by parm_preserved_before_stmt_p().
bool param_analysis_info::pt_modified |
Referenced by parm_ref_data_pass_through_p().
bitmap param_analysis_info::pt_visited_statements |
Referenced by parm_ref_data_pass_through_p().
bool param_analysis_info::ref_modified |
Referenced by parm_ref_data_preserved_p().