Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Doptim2.c745 bb->Aphi = NULL; in bblocks_build()
1157 bb->Aphi = setalloc(defsites.size); in placePhiFunctions()
1179 if (TESTBIT(p2e->bbinfo.arr[j]->Aphi, i)) in placePhiFunctions()
1210 BITSET(p2e->bbinfo.arr[j]->Aphi, i); in placePhiFunctions()
1227 BITSET(p2e->bbinfo.arr[j]->Aphi, i); in placePhiFunctions()
H A Dpass2.h463 bittype *Aphi; member