Lines Matching refs:IsReachable
960 return DAG->IsReachable(TargetSU, const_cast<SUnit *>(SU)); in apply()
1002 return DAG->IsReachable((*Cache)[0], const_cast<SUnit *>(SU)); in apply()
1048 return DAG->IsReachable((*Cache)[0], const_cast<SUnit *>(SU)); in apply()
1239 if (DAG->IsReachable(const_cast<SUnit *>(SU), OtherEle)) in apply()
1418 if (DAG->IsReachable(SuccSU, PredSU)) { in analyzeDAG()
1449 if (DAG->IsReachable(SuccSU, PredSU)) { in analyzeDAG()
1463 if (DAG->IsReachable(SuccSU, *TempExp)) { in analyzeDAG()
1472 if (DAG->IsReachable(SuccSU, *TempCvt)) { in analyzeDAG()
1506 return DAG->IsReachable(VPack, *TempExp); in analyzeDAG()
1543 return DAG->IsReachable(PackPred->getSUnit(), ExpBase); in analyzeDAG()
1878 if (DAG->IsReachable(Elt, const_cast<SUnit *>(SU))) in apply()
2039 return DAG->IsReachable(const_cast<SUnit *>(SU), Elt); in apply()
2458 if (DAG->IsReachable(B, A)) in link()