OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tree_scc_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc
1055
static hash_table<tree_scc_hasher> *
tree_scc_hash
;
variable
1703
slot =
tree_scc_hash
->find_slot_with_hash (scc, scc_hash, INSERT);
2768
tree_scc_hash
= new hash_table<tree_scc_hasher> (4096);
2840
delete
tree_scc_hash
;
2841
tree_scc_hash
= NULL;
3024
if (flag_wpa &&
tree_scc_hash
&& num_sccs_read)
3028
(fmt_size_t)
tree_scc_hash
->size (),
3029
(fmt_size_t)
tree_scc_hash
->elements (),
3030
tree_scc_hash
->collisions ());
3034
FOR_EACH_HASH_TABLE_ELEMENT (*
tree_scc_hash
, scc, x, hiter
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc
1055
static hash_table<tree_scc_hasher> *
tree_scc_hash
;
variable
1698
slot =
tree_scc_hash
->find_slot_with_hash (scc, scc_hash, INSERT);
2752
tree_scc_hash
= new hash_table<tree_scc_hasher> (4096);
2824
delete
tree_scc_hash
;
2825
tree_scc_hash
= NULL;
3008
if (flag_wpa &&
tree_scc_hash
&& num_sccs_read)
3012
(long)
tree_scc_hash
->size (),
3013
(long)
tree_scc_hash
->elements (),
3014
tree_scc_hash
->collisions ());
3018
FOR_EACH_HASH_TABLE_ELEMENT (*
tree_scc_hash
, scc, x, hiter
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026