Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dregs.c143 spilledNodes, coalescedNodes, coloredNodes, selectStack; variable
737 DLIST_INIT(&selectStack, link); in MkWorklist()
1754 if (ONLIST(x->a_temp) != &selectStack && in Build()
1804 if (ONLIST(n) == &selectStack || ONLIST(n) == &coalescedNodes) in EnableAdjMoves()
1845 PUSHWLIST(w, selectStack); in Simplify()
1852 if (ONLIST(l->a_temp) == &selectStack || in Simplify()
1879 if (ONLIST(w->a_temp) != &selectStack && in OK()
1909 if (ONLIST(t) == &selectStack || ONLIST(t) == &coalescedNodes) in adjok()
1938 if (ONLIST(n) == &selectStack || ONLIST(n) == &coalescedNodes) in Conservative()
1951 if (ONLIST(n) == &selectStack || ONLIST(n) == &coalescedNodes) in Conservative()
[all …]