GCC Middle and Back End API Reference
gimple-range-phi.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 "gimple-range-cache.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 dependency graph for gimple-range-phi.cc:

Functions

void phi_analysis_initialize (range_query &q)
 
void phi_analysis_finalize ()
 
bool phi_analysis_available_p ()
 
phi_analyzerphi_analysis ()
 

Variables

static phi_analyzerphi_analysis_object = NULL
 

Function Documentation

◆ phi_analysis()

phi_analyzer & phi_analysis ( )

◆ phi_analysis_available_p()

bool phi_analysis_available_p ( )

◆ phi_analysis_finalize()

void phi_analysis_finalize ( )

◆ phi_analysis_initialize()

void phi_analysis_initialize ( range_query & q)

Variable Documentation

◆ phi_analysis_object

phi_analyzer* phi_analysis_object = NULL
static
Gimple range phi analysis.
   Copyright (C) 2023-2024 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/>.   

Referenced by phi_analysis(), phi_analysis_available_p(), phi_analysis_finalize(), and phi_analysis_initialize().