GCC Middle and Back End API Reference
gimple-range-infer.cc File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "backend.h"
#include "insn-codes.h"
#include "tree.h"
#include "gimple.h"
#include "ssa.h"
#include "gimple-pretty-print.h"
#include "gimple-range.h"
#include "value-range-storage.h"
#include "tree-cfg.h"
#include "target.h"
#include "attribs.h"
#include "gimple-iterator.h"
#include "gimple-walk.h"
#include "cfganal.h"
#include "tree-dfa.h"
Include dependency graph for gimple-range-infer.cc:

Data Structures

class  non_null_wrapper
 
class  exit_range
 

Functions

static bool non_null_loadstore (gimple *, tree op, tree, void *data)
 

Variables

infer_range_oracle infer_oracle
 

Function Documentation

◆ non_null_loadstore()

static bool non_null_loadstore ( gimple * ,
tree op,
tree ,
void * data )
static

Variable Documentation

◆ infer_oracle

infer_range_oracle infer_oracle
Gimple range inference implementation. Copyright (C) 2022-2025 Free Software Foundation, Inc. Contributed by Andrew MacLeod <amacleod@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/>.