Searched refs:hash_scc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-streamer-out.cc | 636 hash_scc (struct output_block *ob, unsigned first, unsigned size, 794 scc_hash = hash_scc (ob, first, size, ref_p, this_ref_p); in DFS() 1600 DFS::hash_scc (struct output_block *ob, unsigned first, unsigned size, in hash_scc() function in DFS
|
H A D | ChangeLog-2015 | 25655 * lto-streamer-out.c (class DFS): Adjust hash_scc method. 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 26847 * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
|
H A D | ChangeLog-2014 | 30871 (hash_scc): Rename to ... 30872 (DFS::hash_scc): ... this one; pass output_block instead 32134 * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
|
H A D | ChangeLog-2013 | 27627 (hash_scc): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer-out.c | 616 hash_scc (struct output_block *ob, unsigned first, unsigned size, 774 scc_hash = hash_scc (ob, first, size, ref_p, this_ref_p); in DFS() 1561 DFS::hash_scc (struct output_block *ob, unsigned first, unsigned size, in hash_scc() function
|