Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcse.c451 struct table_elt *first_same_value; member
688 for (elt = classp->first_same_value; elt; elt = elt->next_same_value) in dump_class()
1238 for (classp = classp->first_same_value; in insert_regs()
1316 elt->first_same_value = 0; in remove_from_table()
1334 next->first_same_value = newfirst; in remove_from_table()
1473 for (p = p->first_same_value; p; p = p->next_same_value) in lookup_as_function()
1557 classp = classp->first_same_value; in insert()
1564 elt->first_same_value = elt; in insert()
1567 p->first_same_value = elt; in insert()
1585 elt->first_same_value = classp; in insert()
[all …]