Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcse.c412 struct table_elt *prev_same_value; member
1376 struct table_elt *prev = elt->prev_same_value; in remove_from_table()
1380 next->prev_same_value = prev; in remove_from_table()
1575 elt->prev_same_value = 0; in insert_with_costs()
1596 classp->prev_same_value = elt; in insert_with_costs()
1616 next->prev_same_value = elt; in insert_with_costs()
1618 elt->prev_same_value = p; in insert_with_costs()
5915 while (elt && elt->prev_same_value) in cse_insn()
5916 elt = elt->prev_same_value; in cse_insn()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcse.c425 struct table_elt *prev_same_value; member
1407 struct table_elt *prev = elt->prev_same_value; in remove_from_table()
1411 next->prev_same_value = prev; in remove_from_table()
1606 elt->prev_same_value = 0; in insert_with_costs()
1627 classp->prev_same_value = elt; in insert_with_costs()
1647 next->prev_same_value = elt; in insert_with_costs()
1649 elt->prev_same_value = p; in insert_with_costs()
5613 while (elt && elt->prev_same_value) in cse_insn()
5614 elt = elt->prev_same_value; in cse_insn()