GCC Middle and Back End API Reference
fold-mem-offsets.cc File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "backend.h"
#include "rtl.h"
#include "rtlanal.h"
#include "df.h"
#include "rtl-ssa.h"
#include "predict.h"
#include "cfgrtl.h"
#include "cfgcleanup.h"
#include "tree-pass.h"
#include "target.h"
#include "tm.h"
#include "tree.h"
#include "expr.h"
#include "regs.h"
#include "memmodel.h"
#include "emit-rtl.h"
#include "insn-config.h"
#include "recog.h"
#include "diagnostic-core.h"
Include dependency graph for fold-mem-offsets.cc:

Macros

#define INCLUDE_ALGORITHM
#define INCLUDE_FUNCTIONAL

Functions

rtl_opt_passmake_pass_fold_mem_offsets (gcc::context *ctxt)

Macro Definition Documentation

◆ INCLUDE_ALGORITHM

#define INCLUDE_ALGORITHM
Late RTL pass to fold memory offsets.
   Copyright (C) 2023-2026 Free Software Foundation, Inc.

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/>.   

◆ INCLUDE_FUNCTIONAL

#define INCLUDE_FUNCTIONAL

Function Documentation

◆ make_pass_fold_mem_offsets()

rtl_opt_pass * make_pass_fold_mem_offsets ( gcc::context * ctxt)