GCC Middle and Back End API Reference
gimple-streamer-in.cc File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "backend.h"
#include "tree.h"
#include "gimple.h"
#include "ssa.h"
#include "gimple-streamer.h"
#include "tree-eh.h"
#include "gimple-iterator.h"
#include "cgraph.h"
#include "value-prof.h"
Include dependency graph for gimple-streamer-in.cc:

Functions

static gphiinput_phi (class lto_input_block *ib, basic_block bb, class data_in *data_in, struct function *fn)
 
static gimpleinput_gimple_stmt (class lto_input_block *ib, class data_in *data_in, enum LTO_tags tag)
 
void input_bb (class lto_input_block *ib, enum LTO_tags tag, class data_in *data_in, struct function *fn, int count_materialization_scale)
 

Function Documentation

◆ input_bb()

◆ input_gimple_stmt()

◆ input_phi()

static gphi * input_phi ( class lto_input_block * ib,
basic_block bb,
class data_in * data_in,
struct function * fn )
static
Routines for reading GIMPLE from a file stream. Copyright (C) 2011-2025 Free Software Foundation, Inc. Contributed by Diego Novillo <dnovillo@google.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/>.
Read a PHI function for basic block BB in function FN. DATA_IN is the file being read. IB is the input block to use for reading.

References add_phi_arg(), BASIC_BLOCK_FOR_FN, create_phi_node(), EDGE_COUNT, EDGE_PRED, gimple_phi_arg_location_ptr(), i, lto_location_cache::input_location_and_block(), data_in::location_cache, NULL, basic_block_def::preds, SSANAMES, stream_read_tree, streamer_read_bitpack(), streamer_read_uhwi(), and UNKNOWN_LOCATION.

Referenced by input_bb().