Searched refs:this_ref_p (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A 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 …]
|
H A 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
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer-out.c | 550 bool ref_p, bool this_ref_p) in lto_output_tree_1() argument 555 && !(this_ref_p && tree_is_indexable (expr))); in lto_output_tree_1() 579 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p, 602 bool this_ref_p; member 613 tree expr, bool ref_p, bool this_ref_p); 617 bool ref_p, bool this_ref_p); 665 DFS::DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p, in DFS() argument 672 DFS_write_tree (ob, NULL, expr, ref_p, this_ref_p); in DFS() 680 this_ref_p = w.this_ref_p; in DFS() 774 scc_hash = hash_scc (ob, first, size, ref_p, this_ref_p); in DFS() [all …]
|