GCC Middle and Back End API Reference
dfa_stats_d Struct Reference

Data Fields

long num_defs
long num_uses
long num_phis
long num_phi_args
size_t max_num_phi_args
long num_vdefs
long num_vuses

Detailed Description

@verbatim 

Data flow functions for trees. Copyright (C) 2001-2013 Free Software Foundation, Inc. Contributed by Diego Novillo dnovi.nosp@m.llo@.nosp@m.redha.nosp@m.t.co.nosp@m.m

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

   Build and maintain data flow information for trees.  
   Counters used to display DFA and SSA statistics.  

Field Documentation

size_t dfa_stats_d::max_num_phi_args
long dfa_stats_d::num_defs
long dfa_stats_d::num_phi_args
long dfa_stats_d::num_phis
long dfa_stats_d::num_uses
long dfa_stats_d::num_vdefs
long dfa_stats_d::num_vuses

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