Home
last modified time | relevance | path

Searched refs:first_same_value (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcse.c451 struct table_elt *first_same_value; member
687 for (elt = classp->first_same_value; elt; elt = elt->next_same_value) in dump_class()
1237 for (classp = classp->first_same_value; in insert_regs()
1315 elt->first_same_value = 0; in remove_from_table()
1333 next->first_same_value = newfirst; in remove_from_table()
1459 for (p = p->first_same_value; p; p = p->next_same_value) in lookup_as_function()
1543 classp = classp->first_same_value; in insert()
1550 elt->first_same_value = elt; in insert()
1553 p->first_same_value = elt; in insert()
1571 elt->first_same_value = classp; in insert()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcse.c458 struct table_elt *first_same_value; member
721 for (elt = classp->first_same_value; elt; elt = elt->next_same_value)
1317 for (classp = classp->first_same_value;
1380 elt->first_same_value = 0;
1398 next->first_same_value = newfirst;
1529 for (p = p->first_same_value; p; p = p->next_same_value)
1627 classp = classp->first_same_value;
1634 elt->first_same_value = elt;
1637 p->first_same_value = elt;
1655 elt->first_same_value = classp;
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000815-1.c8 struct table_elt *first_same_value; member