Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Edge

278   // Find the predecessor edge with the greatest depth.
285 // In the case of a latency tie, prefer an anti-dependency edge over
794 const SDep *Edge = Edges[i];
795 SUnit *NextSU = Edge->getSUnit();
797 if ((Edge->getKind() != SDep::Anti) &&
798 (Edge->getKind() != SDep::Output)) continue;
800 unsigned AntiDepReg = Edge->getReg();
881 DEBUG(dbgs() << "\tBreaking anti-dependence edge on "