Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc403 struct table_elt *first_same_value; member
623 for (elt = classp->first_same_value; elt; elt = elt->next_same_value) in dump_class()
1098 for (classp = classp->first_same_value; in insert_regs()
1259 for (elt = anchor_elt->first_same_value, idx = 0; in find_reg_offset_for_const()
1349 elt->first_same_value = 0; in remove_from_table()
1367 next->first_same_value = newfirst; in remove_from_table()
1493 for (p = p->first_same_value; p; p = p->next_same_value) in lookup_as_function()
1568 classp = classp->first_same_value; in insert_with_costs()
1575 elt->first_same_value = elt; in insert_with_costs()
1578 p->first_same_value = elt; in insert_with_costs()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c414 struct table_elt *first_same_value; member
642 for (elt = classp->first_same_value; elt; elt = elt->next_same_value) in dump_class()
1119 for (classp = classp->first_same_value; in insert_regs()
1280 for (elt = anchor_elt->first_same_value, idx = 0; in find_reg_offset_for_const()
1370 elt->first_same_value = 0; in remove_from_table()
1388 next->first_same_value = newfirst; in remove_from_table()
1514 for (p = p->first_same_value; p; p = p->next_same_value) in lookup_as_function()
1589 classp = classp->first_same_value; in insert_with_costs()
1596 elt->first_same_value = elt; in insert_with_costs()
1599 p->first_same_value = elt; in insert_with_costs()
[all …]