Lines Matching defs:Dep
292 bool isBackedge(SUnit *Source, const SDep &Dep) { in isBackedge()
299 static bool isOrder(SUnit *Source, const SDep &Dep) { in isOrder()
309 unsigned getLatency(SUnit *Source, const SDep &Dep) { in getLatency()
324 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance()
1103 SDep Dep(SU, SDep::Anti, Reg); in updatePhiDependences() local
1122 SDep Dep(SU, SDep::Data, Reg); in updatePhiDependences() local
1210 SDep Dep(&I, SDep::Anti, NewBase); in changeDependences() local
1392 SDep Dep(SU, SDep::Anti, Reg); in swapAntiDependences() local
3401 bool SwingSchedulerDAG::isLoopCarriedOrder(SUnit *Source, const SDep &Dep, in isLoopCarriedOrder()
3506 int SMSchedule::earliestCycleInChain(const SDep &Dep) { in earliestCycleInChain()
3529 int SMSchedule::latestCycleInChain(const SDep &Dep) { in latestCycleInChain()
3578 const SDep &Dep = SU->Preds[i]; in computeStart() local
3603 const SDep &Dep = SU->Succs[i]; in computeStart() local