Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dregs.c137 } REGW; typedef
142 static REGW precolored, simplifyWorklist, freezeWorklist, spillWorklist,
144 static REGW initial, *nblock;
157 REGW *ablock;
176 static REGW *
179 REGW *nb; in newblock()
225 REGW *w; in nsucomp()
340 w = p->n_regw = tmpalloc(sizeof(REGW) * (nxreg+1)); in nsucomp()
341 memset(w, 0, sizeof(REGW) * (nxreg+1)); in nsucomp()
452 static REGW *
[all …]