Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isPred

1109               if (SU->NodeNum < I.NodeNum && !I.isPred(SU))
1130 if (SU->NodeNum < I.NodeNum && !I.isPred(SU))
1510 static bool ignoreDependence(const SDep &D, bool isPred) {
1513 return D.getKind() == SDep::Anti && isPred;
3598 !SU->isPred(I))