OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expr_hash_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcse.cc
214
1) Build the hash table of expressions we wish to GCSE (
expr_hash_table
).
332
static struct gcse_hash_table_d
expr_hash_table
;
1722
auto_sbitmap prune_exprs (
expr_hash_table
.n_elems);
1724
for (ui = 0; ui <
expr_hash_table
.size; ui++)
1726
for (expr =
expr_hash_table
.table[ui]; expr; expr = expr->next_same_hash)
1883
compute_local_properties (transp, comp, antloc, &
expr_hash_table
);
1898
edge_list = pre_edge_lcm (
expr_hash_table
.n_elems, transp, comp, antloc,
1905
prune_insertions_deletions (
expr_hash_table
.n_elems);
2140
inserted = sbitmap_vector_alloc (num_edges,
expr_hash_table
.n_elems);
2153
insert && j < (int)
expr_hash_table
.n_elems
331
static struct gcse_hash_table_d
expr_hash_table
;
variable in typeref:struct:gcse_hash_table_d
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gcse.cc
214
1) Build the hash table of expressions we wish to GCSE (
expr_hash_table
).
332
static struct gcse_hash_table_d
expr_hash_table
;
1721
auto_sbitmap prune_exprs (
expr_hash_table
.n_elems);
1723
for (ui = 0; ui <
expr_hash_table
.size; ui++)
1725
for (expr =
expr_hash_table
.table[ui]; expr; expr = expr->next_same_hash)
1882
compute_local_properties (transp, comp, antloc, &
expr_hash_table
);
1897
edge_list = pre_edge_lcm (
expr_hash_table
.n_elems, transp, comp, antloc,
1904
prune_insertions_deletions (
expr_hash_table
.n_elems);
2126
inserted = sbitmap_vector_alloc (num_edges,
expr_hash_table
.n_elems);
2139
insert && j < (int)
expr_hash_table
.n_elems
331
static struct gcse_hash_table_d
expr_hash_table
;
variable in typeref:struct:gcse_hash_table_d
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026