Lines Matching refs:ref_p

496 lto_write_tree_1 (struct output_block *ob, tree expr, bool ref_p)
521 stream_write_tree (ob, initial, ref_p);
551 lto_write_tree (struct output_block *ob, tree expr, bool ref_p)
561 lto_write_tree_1 (ob, expr, ref_p);
570 bool ref_p, bool this_ref_p)
592 lto_write_tree (ob, expr, ref_p);
599 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
621 bool ref_p;
630 tree expr, sccs *expr_state, bool ref_p);
633 tree expr, bool ref_p, bool this_ref_p);
637 bool ref_p, bool this_ref_p);
685 DFS::DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
692 DFS_write_tree (ob, NULL, expr, ref_p, this_ref_p);
699 ref_p = w.ref_p;
726 DFS_write_tree (ob, cstate, TREE_TYPE (expr), ref_p, ref_p);
729 DFS_write_tree_body (ob, expr, cstate, ref_p);
740 DFS_write_tree (ob, cstate, initial, ref_p, ref_p);
794 scc_hash = hash_scc (ob, first, size, ref_p, this_ref_p);
892 lto_output_tree_1 (ob, expr, scc_hash, ref_p, this_ref_p);
917 lto_write_tree_1 (ob, sccstack[first+i].t, ref_p);
951 tree expr, sccs *expr_state, bool ref_p)
954 DFS_write_tree (ob, expr_state, DEST, ref_p, ref_p)
1601 bool ref_p, bool this_ref_p)
1677 DFS again (ob, sccstack[first+firstunique].t, ref_p, this_ref_p,
1752 tree expr, bool ref_p, bool this_ref_p)
1777 w.ref_p = ref_p;
1789 bool ref_p, bool this_ref_p)
1856 DFS (ob, expr, ref_p, this_ref_p, false);
1864 lto_output_tree_1 (ob, expr, 0, ref_p, this_ref_p);
2364 streamer_write_chain (struct output_block *ob, tree t, bool ref_p)
2373 stream_write_tree (ob, t, ref_p);
2379 stream_write_tree (ob, NULL_TREE, ref_p);