Lines Matching refs:diffp
1599 struct block **diffp, **samep; in or_pullup() local
1616 diffp = &JT(b->in_edges->pred); in or_pullup()
1618 diffp = &JF(b->in_edges->pred); in or_pullup()
1622 if (*diffp == 0) in or_pullup()
1625 if (JT(*diffp) != JT(b)) in or_pullup()
1628 if (!SET_MEMBER((*diffp)->dom, b->id)) in or_pullup()
1631 if ((*diffp)->val[A_ATOM] != val) in or_pullup()
1634 diffp = &JF(*diffp); in or_pullup()
1637 samep = &JF(*diffp); in or_pullup()
1665 JF(pull) = *diffp; in or_pullup()
1681 *diffp = pull; in or_pullup()
1691 struct block **diffp, **samep; in and_pullup() local
1707 diffp = &JT(b->in_edges->pred); in and_pullup()
1709 diffp = &JF(b->in_edges->pred); in and_pullup()
1713 if (*diffp == 0) in and_pullup()
1716 if (JF(*diffp) != JF(b)) in and_pullup()
1719 if (!SET_MEMBER((*diffp)->dom, b->id)) in and_pullup()
1722 if ((*diffp)->val[A_ATOM] != val) in and_pullup()
1725 diffp = &JT(*diffp); in and_pullup()
1728 samep = &JT(*diffp); in and_pullup()
1756 JT(pull) = *diffp; in and_pullup()
1772 *diffp = pull; in and_pullup()