Home | History | Annotate | Download | only in gcc

Lines Matching defs:this_ref_p

565    If THIS_REF_P is true, the leaves of EXPR are emitted as references via
570 bool ref_p, bool this_ref_p)
575 && !(this_ref_p && tree_is_indexable (expr)));
599 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
622 bool this_ref_p;
633 tree expr, bool ref_p, bool this_ref_p);
637 bool ref_p, bool this_ref_p);
680 using depth-first search on the subgraph. If THIS_REF_P is true, the
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);
700 this_ref_p = w.this_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);
1597 THIS_REF_P and REF_P are as passed to lto_output_tree for FIRST. */
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)
1759 if (this_ref_p && tree_is_indexable (expr))
1778 w.this_ref_p = this_ref_p;
1784 If THIS_REF_P is true, the leaves of EXPR are emitted as references via
1789 bool ref_p, bool this_ref_p)
1804 if (this_ref_p && tree_is_indexable (expr))
1856 DFS (ob, expr, ref_p, this_ref_p, false);
1864 lto_output_tree_1 (ob, expr, 0, ref_p, this_ref_p);
1865 else if (this_ref_p)