Lines Matching refs:DFS
1478 SchedDAGReverseDFS DFS; in compute() local
1480 DFS.follow(&SU); in compute()
1483 while (DFS.getPred() != DFS.getPredEnd()) { in compute()
1484 const SDep &PredDep = *DFS.getPred(); in compute()
1485 DFS.advance(); in compute()
1493 Impl.visitCrossEdge(PredDep, DFS.getCurr()); in compute()
1497 DFS.follow(PredDep.getSUnit()); in compute()
1500 const SUnit *Child = DFS.getCurr(); in compute()
1501 const SDep *PredDep = DFS.backtrack(); in compute()
1504 Impl.visitPostorderEdge(*PredDep, DFS.getCurr()); in compute()
1505 if (DFS.isComplete()) in compute()