Lines Matching refs:fn_decl
1338 input_function (tree fn_decl, class data_in *data_in,
1351 DECL_RESULT (fn_decl) = stream_read_tree (ib, data_in);
1352 DECL_ARGUMENTS (fn_decl) = streamer_read_chain (ib, data_in);
1358 vec<tree, va_gc> **debugargs = decl_debug_args_insert (fn_decl);
1365 DECL_INITIAL (fn_decl) = stream_read_tree (ib, data_in);
1373 push_struct_function (fn_decl);
1374 fn = DECL_STRUCT_FUNCTION (fn_decl);
1390 gcc_assert (DECL_INITIAL (fn_decl));
1391 DECL_SAVED_TREE (fn_decl) = NULL_TREE;
1534 gimple_set_body (fn_decl, bb_seq (ei_edge (ei)->dest));
1572 tree fn_decl = node->decl;
1598 decl_state = lto_get_function_in_decl_state (file_data, fn_decl);
1611 input_function (fn_decl, data_in, &ib_main, &ib_cfg,
1615 input_constructor (fn_decl, data_in, &ib_main);