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

Data flow functions for trees.
   Copyright (C) 2001-2024 Free Software Foundation, Inc.
   Contributed by Diego Novillo <dnovillo@redhat.com>

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

◆ max_num_phi_args

size_t dfa_stats_d::max_num_phi_args

◆ num_defs

long dfa_stats_d::num_defs

◆ num_phi_args

long dfa_stats_d::num_phi_args

◆ num_phis

long dfa_stats_d::num_phis

◆ num_uses

long dfa_stats_d::num_uses

◆ num_vdefs

long dfa_stats_d::num_vdefs

◆ num_vuses

long dfa_stats_d::num_vuses

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