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

Public Member Functions

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

Data Fields

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

Detailed Description

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

Constructor & Destructor Documentation

◆ remove_unreachable()

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

References m_list.

◆ ~remove_unreachable()

remove_unreachable::~remove_unreachable ( )
inline

References m_list.

Member Function Documentation

◆ handle_early()

◆ maybe_register()

◆ remove_and_update_globals()

Field Documentation

◆ final_p

bool remove_unreachable::final_p

◆ m_list

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

◆ m_ranger

gimple_ranger& remove_unreachable::m_ranger

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