Lines Matching refs:diffp
1511 struct block **diffp, **samep; in or_pullup() local
1528 diffp = &JT(b->in_edges->pred); in or_pullup()
1530 diffp = &JF(b->in_edges->pred); in or_pullup()
1534 if (*diffp == 0) in or_pullup()
1537 if (JT(*diffp) != JT(b)) in or_pullup()
1540 if (!SET_MEMBER((*diffp)->dom, b->id)) in or_pullup()
1543 if ((*diffp)->val[A_ATOM] != val) in or_pullup()
1546 diffp = &JF(*diffp); in or_pullup()
1549 samep = &JF(*diffp); in or_pullup()
1577 JF(pull) = *diffp; in or_pullup()
1593 *diffp = pull; in or_pullup()
1603 struct block **diffp, **samep; in and_pullup() local
1619 diffp = &JT(b->in_edges->pred); in and_pullup()
1621 diffp = &JF(b->in_edges->pred); in and_pullup()
1625 if (*diffp == 0) in and_pullup()
1628 if (JF(*diffp) != JF(b)) in and_pullup()
1631 if (!SET_MEMBER((*diffp)->dom, b->id)) in and_pullup()
1634 if ((*diffp)->val[A_ATOM] != val) in and_pullup()
1637 diffp = &JT(*diffp); in and_pullup()
1640 samep = &JT(*diffp); in and_pullup()
1668 JT(pull) = *diffp; in and_pullup()
1684 *diffp = pull; in and_pullup()