GCC Middle and Back End API Reference
gimple-range-path.cc File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "backend.h"
#include "tree.h"
#include "gimple.h"
#include "cfganal.h"
#include "value-range.h"
#include "gimple-range.h"
#include "tree-pretty-print.h"
#include "gimple-range-path.h"
#include "ssa.h"
#include "tree-cfg.h"
#include "gimple-iterator.h"
Include dependency graph for gimple-range-path.cc:

Data Structures

class  jt_fur_source
 

Macros

#define DEBUG_SOLVER   (dump_file && (param_threader_debug == THREADER_DEBUG_ALL))
 

Macro Definition Documentation

◆ DEBUG_SOLVER

#define DEBUG_SOLVER   (dump_file && (param_threader_debug == THREADER_DEBUG_ALL))
Basic block path solver.
   Copyright (C) 2021-2024 Free Software Foundation, Inc.
   Contributed by 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/>.   

Referenced by path_range_query::compute_ranges(), path_range_query::compute_ranges_in_block(), and path_range_query::range_defined_in_block().