GCC Middle and Back End API Reference
gimple_outgoing_range Class Reference

#include <gimple-range-edge.h>

Collaboration diagram for gimple_outgoing_range:

Public Member Functions

 gimple_outgoing_range (int max_sw_edges=INT_MAX)
 
 ~gimple_outgoing_range ()
 
gimpleedge_range_p (irange &r, edge e)
 

Private Member Functions

void calc_switch_ranges (gswitch *sw)
 
bool switch_edge_range (irange &r, gswitch *sw, edge e)
 

Private Attributes

int m_max_edges
 
hash_map< edge, vrange_storage * > * m_edge_table
 
class vrange_allocatorm_range_allocator
 

Detailed Description

Gimple range edge header file.
   Copyright (C) 2020-2024 Free Software Foundation, Inc.
   Contributed by Andrew MacLeod <amacleod@redhat.com>
   and Aldy Hernandez <aldyh@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

◆ gimple_outgoing_range()

gimple_outgoing_range::gimple_outgoing_range ( int max_sw_edges = INT_MAX)

◆ ~gimple_outgoing_range()

gimple_outgoing_range::~gimple_outgoing_range ( )

References m_edge_table, and m_range_allocator.

Member Function Documentation

◆ calc_switch_ranges()

◆ edge_range_p()

◆ switch_edge_range()

Field Documentation

◆ m_edge_table

hash_map<edge, vrange_storage *>* gimple_outgoing_range::m_edge_table
private

◆ m_max_edges

int gimple_outgoing_range::m_max_edges
private

◆ m_range_allocator

class vrange_allocator* gimple_outgoing_range::m_range_allocator
private

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