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

Functions

static void output_phi (struct output_block *ob, gphi *phi)
 
static void output_gimple_stmt (struct output_block *ob, struct function *fn, gimple *stmt)
 
void output_bb (struct output_block *ob, basic_block bb, struct function *fn)
 

Function Documentation

◆ output_bb()

◆ output_gimple_stmt()

◆ output_phi()

static void output_phi ( struct output_block * ob,
gphi * phi )
static
Routines for emitting GIMPLE to a file stream.

   Copyright (C) 2011-2024 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/>.   
Output PHI function PHI to the main stream in OB.   

References bitpack_create(), ggc_alloc(), gimple_phi_arg_def(), gimple_phi_arg_edge(), gimple_phi_arg_location(), gimple_phi_num_args(), i, lto_gimple_code_to_tag(), output_block::main_stream, PHI_RESULT, SSA_NAME_VERSION, stream_output_location_and_block, stream_write_tree, streamer_write_record_start(), and streamer_write_uhwi().

Referenced by output_bb().