Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c186 ipcp_value *topo_next; variable
197 : sources (0), next (0), scc_next (0), topo_next (0), in ipcp_value()
3695 cur_val->topo_next = stack;
3720 stack = v->topo_next;
3728 cur_val->topo_next = values_topo;
3880 for (base = values_topo; base; base = base->topo_next)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc195 ipcp_value *topo_next = nullptr; member in ipcp_value
3744 cur_val->topo_next = stack; in add_val()
3769 stack = v->topo_next; in add_val()
3778 cur_val->topo_next = values_topo; in add_val()
3917 for (base = values_topo; base; base = base->topo_next) in propagate_effects()