Home
last modified time | relevance | path

Searched refs:next_same_value (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc401 struct table_elt *next_same_value; member
623 for (elt = classp->first_same_value; elt; elt = elt->next_same_value) in dump_class()
1100 classp = classp->next_same_value) in insert_regs()
1261 elt = elt->next_same_value, idx++) in find_reg_offset_for_const()
1355 struct table_elt *next = elt->next_same_value; in remove_from_table()
1361 prev->next_same_value = next; in remove_from_table()
1368 next = next->next_same_value; in remove_from_table()
1493 for (p = p->first_same_value; p; p = p->next_same_value) in lookup_as_function()
1552 elt->next_same_value = 0; in insert_with_costs()
1573 elt->next_same_value = classp; in insert_with_costs()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c412 struct table_elt *next_same_value; member
642 for (elt = classp->first_same_value; elt; elt = elt->next_same_value) in dump_class()
1121 classp = classp->next_same_value) in insert_regs()
1282 elt = elt->next_same_value, idx++) in find_reg_offset_for_const()
1376 struct table_elt *next = elt->next_same_value; in remove_from_table()
1382 prev->next_same_value = next; in remove_from_table()
1389 next = next->next_same_value; in remove_from_table()
1514 for (p = p->first_same_value; p; p = p->next_same_value) in lookup_as_function()
1573 elt->next_same_value = 0; in insert_with_costs()
1594 elt->next_same_value = classp; in insert_with_costs()
[all …]