Searched refs:this_ref_p (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | lto-streamer-out.cc | 570 bool ref_p, bool this_ref_p) in lto_output_tree_1() argument 575 && !(this_ref_p && tree_is_indexable (expr))); in lto_output_tree_1() 599 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p, 622 bool this_ref_p; member 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, in DFS() argument 692 DFS_write_tree (ob, NULL, expr, ref_p, this_ref_p); in DFS() 700 this_ref_p = w.this_ref_p; in DFS() 794 scc_hash = hash_scc (ob, first, size, ref_p, this_ref_p); in DFS() [all …]
|
| D | ChangeLog-2015 | 25656 (DFS::DFS): Pass this_ref_p and ref_p to hash_scc. 25657 (hash_scc): Add this_ref_p and ref_p parameters and pass them
|