* data-streamer.h (streamer_write_zero): Rename from output_zero. (streamer_write_uhwi): Rename from lto_output_uleb128. (streamer_write_hwi): Rename from output_sleb128. (streamer_write_string): Rename from lto_output_string. (streamer_string_index): Rename from lto_string_index. (streamer_write_string_with_length): Rename from lto_output_string_with_length. (streamer_write_uhwi_stream): Rename from lto_output_uleb128_stream. (streamer_write_hwi_stream): Rename from lto_output_sleb128_stream. (streamer_read_string): Rename from lto_input_string. (streamer_read_indexed_string): Rename from input_string_internal. (streamer_read_uhwi): Rename from lto_input_uleb128. (streamer_read_hwi): Rename from lto_input_sleb128. (streamer_write_hwi_in_range): Rename from lto_output_int_in_range. (streamer_read_hwi_in_range): Rename from lto_input_int_in_range. (streamer_write_enum): Rename from lto_output_enum. (streamer_read_enum): Rename from lto_input_enum. (streamer_write_record_start): Rename from output_record_start. (streamer_read_record_start): Rename from input_record_start. (streamer_write_bitpack): Rename from lto_output_bitpack. (streamer_read_bitpack): Rename from lto_input_bitpack. (streamer_write_char_stream): Rename from lto_output_1_stream. (streamer_read_uchar): Rename from lto_input_1_unsigned. * tree-streamer.h (streamer_cache_d): Rename from lto_streamer_cache_d. (streamer_handle_as_builtin_p): Rename from lto_stream_as_builtin_p. (streamer_read_string_cst): Rename from input_string_cst. (streamer_read_chain): Rename from lto_input_chain. (streamer_alloc_tree): Rename from lto_materialize_tree. (streamer_read_tree_body): Rename from lto_input_tree_pointers. (streamer_get_pickled_tree): Rename from lto_get_pickled_tree. (streamer_get_builtin_tree): Rename from lto_get_builtin_tree. (streamer_read_integer_cst): Rename from lto_input_integer_cst. (streamer_read_tree_bitfields): Rename from tree_read_bitfields. (streamer_write_chain): Rename from lto_output_chain. (streamer_write_tree_header): Rename from lto_output_tree_header. (streamer_pack_tree_bitfields): Rename from pack_value_fields. (streamer_write_tree_body): Rename from lto_output_tree_pointers. (streamer_write_integer_cst): Rename from lto_output_integer_cst. (streamer_write_builtin): Rename from lto_output_builtin_tree. (streamer_check_handled_ts_structures): Rename from check_handled_ts_structures. (streamer_tree_cache_insert): Rename from lto_streamer_cache_insert. (streamer_tree_cache_insert_at): Rename from lto_streamer_cache_insert_at. (streamer_tree_cache_append): Rename from lto_streamer_cache_append. (streamer_tree_cache_lookup): Rename from lto_streamer_cache_lookup. (streamer_tree_cache_get): Rename from lto_streamer_cache_get. (streamer_tree_cache_create): Rename from lto_streamer_cache_create. (streamer_tree_cache_delete): Rename from lto_streamer_cache_delete. * tree-streamer-out.c (write_string_cst): Rename from output_string_cst. (write_identifier): Rename from output_identifier. (write_ts_common_tree_pointers): Rename from lto_output_ts_common_tree_pointers. (write_ts_vector_tree_pointers): Rename from lto_output_ts_vector_tree_pointers. (write_ts_complex_tree_pointers): Rename from lto_output_ts_complex_tree_pointers. (write_ts_decl_minimal_tree_pointers): Rename from lto_output_ts_decl_minimal_tree_pointers. (write_ts_decl_common_tree_pointers): Rename from lto_output_ts_decl_common_tree_pointers. (write_ts_decl_non_common_tree_pointers): Rename from lto_output_ts_decl_non_common_tree_pointers. (write_ts_decl_with_vis_tree_pointers): Rename from lto_output_ts_decl_with_vis_tree_pointers. (write_ts_field_decl_tree_pointers): Rename from lto_output_ts_field_decl_tree_pointers. (write_ts_function_decl_tree_pointers): Rename from lto_output_ts_function_decl_tree_pointers. (write_ts_type_common_tree_pointers): Rename from lto_output_ts_type_common_tree_pointers. (write_ts_type_non_common_tree_pointers): Rename from lto_output_ts_type_non_common_tree_pointers. (write_ts_list_tree_pointers): Rename from lto_output_ts_list_tree_pointers. (write_ts_vec_tree_pointers): Rename from lto_output_ts_vec_tree_pointers. (write_ts_exp_tree_pointers): Rename from lto_output_ts_exp_tree_pointers. (write_ts_block_tree_pointers): Rename from lto_output_ts_block_tree_pointers. (write_ts_binfo_tree_pointers): Rename from lto_output_ts_binfo_tree_pointers. (write_ts_constructor_tree_pointers): Rename from lto_output_ts_constructor_tree_pointers. (write_ts_target_option): Rename from lto_output_ts_target_option. (write_ts_translation_unit_decl_tree_pointers): Rename from lto_output_ts_translation_unit_decl_tree_pointers. * tree-streamer.c (streamer_tree_cache_add_to_node_array): Rename from lto_streamer_cache_add_to_node_array. (streamer_tree_cache_insert_1): Rename from lto_streamer_cache_insert_1. (record_common_node): Rename from lto_record_common_node. * streamer-hooks.h (bitpack_d, lto_streamer_cache_d): Remove forward declarations. * data-streamer-in.c (lto_input_widest_uint_uleb128): Remove unused function. * data-streamer-out.c (lto_output_widest_uint_uleb128_stream): Remove unused function. * Makefile.in (lto-section-out.o): Add dependency on DATA_STREAMER_H. (ipa-reference.o): Likewise. * lto-section-out.c: Include data-streamer.h. * ipa-reference.c: Include data-streamer.h. From-SVN: r177704
334 lines
9.5 KiB
C
334 lines
9.5 KiB
C
/* Routines for reading GIMPLE from a file stream.
|
|
|
|
Copyright 2011 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/>. */
|
|
|
|
#include "config.h"
|
|
#include "system.h"
|
|
#include "coretypes.h"
|
|
#include "diagnostic.h"
|
|
#include "tree.h"
|
|
#include "tree-flow.h"
|
|
#include "data-streamer.h"
|
|
#include "tree-streamer.h"
|
|
#include "gimple-streamer.h"
|
|
|
|
/* 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. */
|
|
|
|
static gimple
|
|
input_phi (struct lto_input_block *ib, basic_block bb, struct data_in *data_in,
|
|
struct function *fn)
|
|
{
|
|
unsigned HOST_WIDE_INT ix;
|
|
tree phi_result;
|
|
int i, len;
|
|
gimple result;
|
|
|
|
ix = streamer_read_uhwi (ib);
|
|
phi_result = VEC_index (tree, SSANAMES (fn), ix);
|
|
len = EDGE_COUNT (bb->preds);
|
|
result = create_phi_node (phi_result, bb);
|
|
SSA_NAME_DEF_STMT (phi_result) = result;
|
|
|
|
/* We have to go through a lookup process here because the preds in the
|
|
reconstructed graph are generally in a different order than they
|
|
were in the original program. */
|
|
for (i = 0; i < len; i++)
|
|
{
|
|
tree def = stream_read_tree (ib, data_in);
|
|
int src_index = streamer_read_uhwi (ib);
|
|
location_t arg_loc = lto_input_location (ib, data_in);
|
|
basic_block sbb = BASIC_BLOCK_FOR_FUNCTION (fn, src_index);
|
|
|
|
edge e = NULL;
|
|
int j;
|
|
|
|
for (j = 0; j < len; j++)
|
|
if (EDGE_PRED (bb, j)->src == sbb)
|
|
{
|
|
e = EDGE_PRED (bb, j);
|
|
break;
|
|
}
|
|
|
|
add_phi_arg (result, def, e, arg_loc);
|
|
}
|
|
|
|
return result;
|
|
}
|
|
|
|
|
|
/* Read a statement with tag TAG in function FN from block IB using
|
|
descriptors in DATA_IN. */
|
|
|
|
static gimple
|
|
input_gimple_stmt (struct lto_input_block *ib, struct data_in *data_in,
|
|
struct function *fn, enum LTO_tags tag)
|
|
{
|
|
gimple stmt;
|
|
enum gimple_code code;
|
|
unsigned HOST_WIDE_INT num_ops;
|
|
size_t i;
|
|
struct bitpack_d bp;
|
|
|
|
code = lto_tag_to_gimple_code (tag);
|
|
|
|
/* Read the tuple header. */
|
|
bp = streamer_read_bitpack (ib);
|
|
num_ops = bp_unpack_var_len_unsigned (&bp);
|
|
stmt = gimple_alloc (code, num_ops);
|
|
stmt->gsbase.no_warning = bp_unpack_value (&bp, 1);
|
|
if (is_gimple_assign (stmt))
|
|
stmt->gsbase.nontemporal_move = bp_unpack_value (&bp, 1);
|
|
stmt->gsbase.has_volatile_ops = bp_unpack_value (&bp, 1);
|
|
stmt->gsbase.subcode = bp_unpack_var_len_unsigned (&bp);
|
|
|
|
/* Read location information. */
|
|
gimple_set_location (stmt, lto_input_location (ib, data_in));
|
|
|
|
/* Read lexical block reference. */
|
|
gimple_set_block (stmt, stream_read_tree (ib, data_in));
|
|
|
|
/* Read in all the operands. */
|
|
switch (code)
|
|
{
|
|
case GIMPLE_RESX:
|
|
gimple_resx_set_region (stmt, streamer_read_hwi (ib));
|
|
break;
|
|
|
|
case GIMPLE_EH_MUST_NOT_THROW:
|
|
gimple_eh_must_not_throw_set_fndecl (stmt, stream_read_tree (ib, data_in));
|
|
break;
|
|
|
|
case GIMPLE_EH_DISPATCH:
|
|
gimple_eh_dispatch_set_region (stmt, streamer_read_hwi (ib));
|
|
break;
|
|
|
|
case GIMPLE_ASM:
|
|
{
|
|
/* FIXME lto. Move most of this into a new gimple_asm_set_string(). */
|
|
tree str;
|
|
stmt->gimple_asm.ni = streamer_read_uhwi (ib);
|
|
stmt->gimple_asm.no = streamer_read_uhwi (ib);
|
|
stmt->gimple_asm.nc = streamer_read_uhwi (ib);
|
|
stmt->gimple_asm.nl = streamer_read_uhwi (ib);
|
|
str = streamer_read_string_cst (data_in, ib);
|
|
stmt->gimple_asm.string = TREE_STRING_POINTER (str);
|
|
}
|
|
/* Fallthru */
|
|
|
|
case GIMPLE_ASSIGN:
|
|
case GIMPLE_CALL:
|
|
case GIMPLE_RETURN:
|
|
case GIMPLE_SWITCH:
|
|
case GIMPLE_LABEL:
|
|
case GIMPLE_COND:
|
|
case GIMPLE_GOTO:
|
|
case GIMPLE_DEBUG:
|
|
for (i = 0; i < num_ops; i++)
|
|
{
|
|
tree op = stream_read_tree (ib, data_in);
|
|
gimple_set_op (stmt, i, op);
|
|
if (!op)
|
|
continue;
|
|
|
|
/* Fixup FIELD_DECLs in COMPONENT_REFs, they are not handled
|
|
by decl merging. */
|
|
if (TREE_CODE (op) == ADDR_EXPR)
|
|
op = TREE_OPERAND (op, 0);
|
|
while (handled_component_p (op))
|
|
{
|
|
if (TREE_CODE (op) == COMPONENT_REF)
|
|
{
|
|
tree field, type, tem;
|
|
tree closest_match = NULL_TREE;
|
|
field = TREE_OPERAND (op, 1);
|
|
type = DECL_CONTEXT (field);
|
|
for (tem = TYPE_FIELDS (type); tem; tem = TREE_CHAIN (tem))
|
|
{
|
|
if (tem == field)
|
|
break;
|
|
if (DECL_NONADDRESSABLE_P (tem)
|
|
== DECL_NONADDRESSABLE_P (field)
|
|
&& gimple_compare_field_offset (tem, field))
|
|
{
|
|
if (types_compatible_p (TREE_TYPE (tem),
|
|
TREE_TYPE (field)))
|
|
break;
|
|
else
|
|
closest_match = tem;
|
|
}
|
|
}
|
|
/* In case of type mismatches across units we can fail
|
|
to unify some types and thus not find a proper
|
|
field-decl here. */
|
|
if (tem == NULL_TREE)
|
|
{
|
|
/* Thus, emit a ODR violation warning. */
|
|
if (warning_at (gimple_location (stmt), 0,
|
|
"use of type %<%E%> with two mismatching "
|
|
"declarations at field %<%E%>",
|
|
type, TREE_OPERAND (op, 1)))
|
|
{
|
|
if (TYPE_FIELDS (type))
|
|
inform (DECL_SOURCE_LOCATION (TYPE_FIELDS (type)),
|
|
"original type declared here");
|
|
inform (DECL_SOURCE_LOCATION (TREE_OPERAND (op, 1)),
|
|
"field in mismatching type declared here");
|
|
if (TYPE_NAME (TREE_TYPE (field))
|
|
&& (TREE_CODE (TYPE_NAME (TREE_TYPE (field)))
|
|
== TYPE_DECL))
|
|
inform (DECL_SOURCE_LOCATION
|
|
(TYPE_NAME (TREE_TYPE (field))),
|
|
"type of field declared here");
|
|
if (closest_match
|
|
&& TYPE_NAME (TREE_TYPE (closest_match))
|
|
&& (TREE_CODE (TYPE_NAME
|
|
(TREE_TYPE (closest_match))) == TYPE_DECL))
|
|
inform (DECL_SOURCE_LOCATION
|
|
(TYPE_NAME (TREE_TYPE (closest_match))),
|
|
"type of mismatching field declared here");
|
|
}
|
|
/* And finally fixup the types. */
|
|
TREE_OPERAND (op, 0)
|
|
= build1 (VIEW_CONVERT_EXPR, type,
|
|
TREE_OPERAND (op, 0));
|
|
}
|
|
else
|
|
TREE_OPERAND (op, 1) = tem;
|
|
}
|
|
|
|
op = TREE_OPERAND (op, 0);
|
|
}
|
|
}
|
|
if (is_gimple_call (stmt))
|
|
{
|
|
if (gimple_call_internal_p (stmt))
|
|
gimple_call_set_internal_fn
|
|
(stmt, streamer_read_enum (ib, internal_fn, IFN_LAST));
|
|
else
|
|
gimple_call_set_fntype (stmt, stream_read_tree (ib, data_in));
|
|
}
|
|
break;
|
|
|
|
case GIMPLE_NOP:
|
|
case GIMPLE_PREDICT:
|
|
break;
|
|
|
|
default:
|
|
internal_error ("bytecode stream: unknown GIMPLE statement tag %s",
|
|
lto_tag_name (tag));
|
|
}
|
|
|
|
/* Update the properties of symbols, SSA names and labels associated
|
|
with STMT. */
|
|
if (code == GIMPLE_ASSIGN || code == GIMPLE_CALL)
|
|
{
|
|
tree lhs = gimple_get_lhs (stmt);
|
|
if (lhs && TREE_CODE (lhs) == SSA_NAME)
|
|
SSA_NAME_DEF_STMT (lhs) = stmt;
|
|
}
|
|
else if (code == GIMPLE_LABEL)
|
|
gcc_assert (emit_label_in_global_context_p (gimple_label_label (stmt))
|
|
|| DECL_CONTEXT (gimple_label_label (stmt)) == fn->decl);
|
|
else if (code == GIMPLE_ASM)
|
|
{
|
|
unsigned i;
|
|
|
|
for (i = 0; i < gimple_asm_noutputs (stmt); i++)
|
|
{
|
|
tree op = TREE_VALUE (gimple_asm_output_op (stmt, i));
|
|
if (TREE_CODE (op) == SSA_NAME)
|
|
SSA_NAME_DEF_STMT (op) = stmt;
|
|
}
|
|
}
|
|
|
|
/* Reset alias information. */
|
|
if (code == GIMPLE_CALL)
|
|
gimple_call_reset_alias_info (stmt);
|
|
|
|
/* Mark the statement modified so its operand vectors can be filled in. */
|
|
gimple_set_modified (stmt, true);
|
|
|
|
return stmt;
|
|
}
|
|
|
|
|
|
/* Read a basic block with tag TAG from DATA_IN using input block IB.
|
|
FN is the function being processed. */
|
|
|
|
void
|
|
input_bb (struct lto_input_block *ib, enum LTO_tags tag,
|
|
struct data_in *data_in, struct function *fn,
|
|
int count_materialization_scale)
|
|
{
|
|
unsigned int index;
|
|
basic_block bb;
|
|
gimple_stmt_iterator bsi;
|
|
|
|
/* This routine assumes that CFUN is set to FN, as it needs to call
|
|
basic GIMPLE routines that use CFUN. */
|
|
gcc_assert (cfun == fn);
|
|
|
|
index = streamer_read_uhwi (ib);
|
|
bb = BASIC_BLOCK_FOR_FUNCTION (fn, index);
|
|
|
|
bb->count = (streamer_read_hwi (ib) * count_materialization_scale
|
|
+ REG_BR_PROB_BASE / 2) / REG_BR_PROB_BASE;
|
|
bb->loop_depth = streamer_read_hwi (ib);
|
|
bb->frequency = streamer_read_hwi (ib);
|
|
bb->flags = streamer_read_hwi (ib);
|
|
|
|
/* LTO_bb1 has statements. LTO_bb0 does not. */
|
|
if (tag == LTO_bb0)
|
|
return;
|
|
|
|
bsi = gsi_start_bb (bb);
|
|
tag = streamer_read_record_start (ib);
|
|
while (tag)
|
|
{
|
|
gimple stmt = input_gimple_stmt (ib, data_in, fn, tag);
|
|
if (!is_gimple_debug (stmt))
|
|
find_referenced_vars_in (stmt);
|
|
gsi_insert_after (&bsi, stmt, GSI_NEW_STMT);
|
|
|
|
/* After the statement, expect a 0 delimiter or the EH region
|
|
that the previous statement belongs to. */
|
|
tag = streamer_read_record_start (ib);
|
|
lto_tag_check_set (tag, 2, LTO_eh_region, LTO_null);
|
|
|
|
if (tag == LTO_eh_region)
|
|
{
|
|
HOST_WIDE_INT region = streamer_read_hwi (ib);
|
|
gcc_assert (region == (int) region);
|
|
add_stmt_to_eh_lp (stmt, region);
|
|
}
|
|
|
|
tag = streamer_read_record_start (ib);
|
|
}
|
|
|
|
tag = streamer_read_record_start (ib);
|
|
while (tag)
|
|
{
|
|
gimple phi = input_phi (ib, bb, data_in, fn);
|
|
find_referenced_vars_in (phi);
|
|
tag = streamer_read_record_start (ib);
|
|
}
|
|
}
|