|
GCC Middle and Back End API 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"
Functions | |
| void | phi_analysis_initialize (range_query &q) |
| void | phi_analysis_finalize () |
| bool | phi_analysis_available_p () |
| phi_analyzer & | phi_analysis () |
Variables | |
| static phi_analyzer * | phi_analysis_object = NULL |
| phi_analyzer & phi_analysis | ( | ) |
References gcc_checking_assert, and phi_analysis_object.
Referenced by fold_using_range::range_of_phi().
| bool phi_analysis_available_p | ( | ) |
References NULL, and phi_analysis_object.
Referenced by fold_using_range::range_of_phi().
| void phi_analysis_finalize | ( | ) |
References gcc_checking_assert, NULL, and phi_analysis_object.
Referenced by execute_ranger_vrp().
| void phi_analysis_initialize | ( | range_query & | q | ) |
References gcc_checking_assert, and phi_analysis_object.
Referenced by execute_ranger_vrp().
|
static |
Gimple range phi analysis. Copyright (C) 2023-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/>.
Referenced by phi_analysis(), phi_analysis_available_p(), phi_analysis_finalize(), and phi_analysis_initialize().