Home
last modified time | relevance | path

Searched refs:next_same_hash (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000815-1.c4 struct table_elt *next_same_hash; member
42 next = p->next_same_hash;
/openbsd-src/gnu/gcc/gcc/
H A Dcse.c447 struct table_elt *next_same_hash; member
957 while (last->next_same_hash != NULL) in new_basic_block()
958 last = last->next_same_hash; in new_basic_block()
963 last->next_same_hash = free_element_chain; in new_basic_block()
1343 struct table_elt *next = elt->next_same_hash; in remove_from_table()
1349 prev->next_same_hash = next; in remove_from_table()
1378 elt->next_same_hash = free_element_chain; in remove_from_table()
1398 for (p = table[hash]; p; p = p->next_same_hash) in lookup()
1420 for (p = table[hash]; p; p = p->next_same_hash) in lookup_for_remove()
1427 for (p = table[hash]; p; p = p->next_same_hash) in lookup_for_remove()
[all …]
H A Dgcse.c296 struct expr *next_same_hash; member
1032 for (expr = table->table[i]; expr != NULL; expr = expr->next_same_hash) in compute_local_properties()
1511 cur_expr = cur_expr->next_same_hash; in insert_expr_in_table()
1523 last_expr->next_same_hash = cur_expr; in insert_expr_in_table()
1528 cur_expr->next_same_hash = NULL; in insert_expr_in_table()
1608 cur_expr = cur_expr->next_same_hash; in insert_set_in_table()
1620 last_expr->next_same_hash = cur_expr; in insert_set_in_table()
1627 cur_expr->next_same_hash = NULL; in insert_set_in_table()
1877 for (expr = table->table[i]; expr != NULL; expr = expr->next_same_hash) in dump_hash_table()
2160 expr = expr->next_same_hash; in lookup_set()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcse.c319 struct expr *next_same_hash; member
1150 for (expr = table->table[i]; expr != NULL; expr = expr->next_same_hash)
1975 cur_expr = cur_expr->next_same_hash;
1987 last_expr->next_same_hash = cur_expr;
1992 cur_expr->next_same_hash = NULL;
2099 cur_expr = cur_expr->next_same_hash;
2111 last_expr->next_same_hash = cur_expr;
2118 cur_expr->next_same_hash = NULL;
2318 for (expr = table->table[i]; expr != NULL; expr = expr->next_same_hash)
2632 expr = expr->next_same_hash;
[all …]
H A Dcse.c454 struct table_elt *next_same_hash; member
1028 while (last->next_same_hash != NULL) in new_basic_block()
1029 last = last->next_same_hash; in new_basic_block()
1034 last->next_same_hash = free_element_chain; in new_basic_block()
1408 struct table_elt *next = elt->next_same_hash;
1414 prev->next_same_hash = next;
1443 elt->next_same_hash = free_element_chain;
1464 for (p = table[hash]; p; p = p->next_same_hash)
1489 for (p = table[hash]; p; p = p->next_same_hash)
1496 for (p = table[hash]; p; p = p->next_same_hash)
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c1421 struct fp_op *next_same_hash; /* Next op with same hash code. */ member
1547 last_fpop = fpop, fpop = fpop->next_same_hash)
1711 fpop->next_same_hash = 0;
1720 last_fpop->next_same_hash = fpop;