Searched refs:DepN (Results 1 – 1 of 1) sorted by relevance
80 for (auto *DepN : N->preds(DAG)) { in scheduleAndUpdateReadyList() local81 DepN->decrUnscheduledSuccs(); in scheduleAndUpdateReadyList()82 if (DepN->ready() && !DepN->scheduled()) in scheduleAndUpdateReadyList()83 ReadyList.insert(DepN); in scheduleAndUpdateReadyList()