GCC Middle and Back End API Reference
remove_unreachable Class Reference
Collaboration diagram for remove_unreachable:

Public Member Functions

 remove_unreachable (range_query &r, bool all)
 
 ~remove_unreachable ()
 
void handle_early (gimple *s, edge e)
 
void maybe_register (gimple *s)
 
bool remove ()
 
bool remove_and_update_globals ()
 

Data Fields

vec< std::pair< int, int > > m_list
 
range_querym_ranger
 
bool final_p
 

Detailed Description

Support routines for Value Range Propagation (VRP). Copyright (C) 2005-2025 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/>.

Constructor & Destructor Documentation

◆ remove_unreachable()

remove_unreachable::remove_unreachable ( range_query & r,
bool all )
inline

References final_p, m_list, m_ranger, and r.

◆ ~remove_unreachable()

remove_unreachable::~remove_unreachable ( )
inline

References m_list.

Member Function Documentation

◆ handle_early()

◆ maybe_register()

◆ remove()

◆ remove_and_update_globals()

Field Documentation

◆ final_p

◆ m_list

vec<std::pair<int, int> > remove_unreachable::m_list

◆ m_ranger

range_query& remove_unreachable::m_ranger

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