Lines Matching refs:diffp
1827 struct block **diffp, **samep; in or_pullup() local
1849 diffp = &JT(b->in_edges->pred); /* jt */ in or_pullup()
1851 diffp = &JF(b->in_edges->pred); /* jf */ in or_pullup()
1871 if (*diffp == 0) in or_pullup()
1881 if (JT(*diffp) != JT(b)) in or_pullup()
1890 if (!SET_MEMBER((*diffp)->dom, b->id)) in or_pullup()
1897 if ((*diffp)->val[A_ATOM] != val) in or_pullup()
1904 diffp = &JF(*diffp); in or_pullup()
1915 samep = &JF(*diffp); in or_pullup()
1960 JF(pull) = *diffp; in or_pullup()
1976 *diffp = pull; in or_pullup()
1996 struct block **diffp, **samep; in and_pullup() local
2012 diffp = &JT(b->in_edges->pred); in and_pullup()
2014 diffp = &JF(b->in_edges->pred); in and_pullup()
2018 if (*diffp == 0) in and_pullup()
2021 if (JF(*diffp) != JF(b)) in and_pullup()
2024 if (!SET_MEMBER((*diffp)->dom, b->id)) in and_pullup()
2027 if ((*diffp)->val[A_ATOM] != val) in and_pullup()
2030 diffp = &JT(*diffp); in and_pullup()
2033 samep = &JT(*diffp); in and_pullup()
2061 JT(pull) = *diffp; in and_pullup()
2077 *diffp = pull; in and_pullup()