GCC Middle and Back End API Reference
edge_profile_info Struct Reference

#include <profile.h>

Data Fields

unsigned int count_valid:1
 
unsigned int on_tree:1
 
unsigned int ignore:1
 

Detailed Description

Header file for minimum-cost maximal flow routines used to smooth basic block and edge frequency counts. Copyright (C) 2008-2025 Free Software Foundation, Inc. Contributed by Paul Yuan (yingbo.com@gmail.com) and Vinodha Ramasamy (vinodha@google.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/>.
Additional information about edges.

Field Documentation

◆ count_valid

unsigned int edge_profile_info::count_valid

◆ ignore

unsigned int edge_profile_info::ignore

◆ on_tree

unsigned int edge_profile_info::on_tree

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