Lines Matching refs:diffp
1261 struct block **diffp, **samep; in or_pullup() local
1278 diffp = &JT(b->in_edges->pred); in or_pullup()
1280 diffp = &JF(b->in_edges->pred); in or_pullup()
1284 if (*diffp == 0) in or_pullup()
1287 if (JT(*diffp) != JT(b)) in or_pullup()
1290 if (!SET_MEMBER((*diffp)->dom, b->id)) in or_pullup()
1293 if ((*diffp)->val[A_ATOM] != val) in or_pullup()
1296 diffp = &JF(*diffp); in or_pullup()
1299 samep = &JF(*diffp); in or_pullup()
1327 JF(pull) = *diffp; in or_pullup()
1343 *diffp = pull; in or_pullup()
1353 struct block **diffp, **samep; in and_pullup() local
1369 diffp = &JT(b->in_edges->pred); in and_pullup()
1371 diffp = &JF(b->in_edges->pred); in and_pullup()
1375 if (*diffp == 0) in and_pullup()
1378 if (JF(*diffp) != JF(b)) in and_pullup()
1381 if (!SET_MEMBER((*diffp)->dom, b->id)) in and_pullup()
1384 if ((*diffp)->val[A_ATOM] != val) in and_pullup()
1387 diffp = &JT(*diffp); in and_pullup()
1390 samep = &JT(*diffp); in and_pullup()
1418 JT(pull) = *diffp; in and_pullup()
1434 *diffp = pull; in and_pullup()