Lines Matching defs:Succs
789 for (const auto &SI : SU->Succs) {
1769 for (auto &Dep : PHISUs[Index]->Succs) {
1916 SmallSetVector<SUnit *, 8> &Succs, SwingSchedulerDDG *DDG,
1918 Succs.clear();
1928 Succs.insert(SuccSU);
1942 Succs.insert(PredSU);
1945 return !Succs.empty();
2263 if (N->Succs.size() == 0)
2867 for (auto &S : P.getSUnit()->Succs)
3782 Edges.Succs.push_back(Edge);
3793 for (const auto &SI : SU->Succs) {
3817 return getEdges(SU).Succs;