Lines Matching defs:SuccDep
121 for (SDep &SuccDep : PredSU->Succs) {
122 if (SuccDep == ForwardD) {
123 SuccDep.setLatency(D.getLatency());
224 for (SDep &SuccDep : SU->Succs) {
225 SUnit *SuccSU = SuccDep.getSUnit();
303 for (const SDep &SuccDep : Cur->Succs) {
304 SUnit *SuccSU = SuccDep.getSUnit();
307 SuccSU->Height + SuccDep.getLatency());
582 for (const SDep &SuccDep : llvm::reverse(SU->Succs)) {
583 unsigned s = SuccDep.getSUnit()->NodeNum;
593 WorkList.push_back(SuccDep.getSUnit());