Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PredDep

525 bool ScheduleDAGMI::addEdge(SUnit *SuccSU, const SDep &PredDep) {
529 if (Topo.IsReachable(PredDep.getSUnit(), SuccSU))
531 Topo.AddPred(SuccSU, PredDep.getSUnit());
533 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial());