GCC Middle and Back End API Reference
gimple-streamer-out.c File Reference

Functions

static void output_phi ()
static void output_gimple_stmt ()
void output_bb ()

Function Documentation

static void output_phi ( )
static
@verbatim Routines for emitting GIMPLE to a file stream.

Copyright (C) 2011-2013 Free Software Foundation, Inc. Contributed by Diego Novillo dnovi.nosp@m.llo@.nosp@m.googl.nosp@m.e.co.nosp@m.m

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(), gimple_phi_arg_def(), gimple_phi_arg_edge(), gimple_phi_arg_location(), gimple_phi_num_args(), len, lto_gimple_code_to_tag(), output_block::main_stream, streamer_write_bitpack(), streamer_write_record_start(), and streamer_write_uhwi().

Referenced by output_bb().