Searched refs:getCurr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1425 const SUnit *getCurr() const { return DFSStack.back().first; } function in class:__anon1806::SchedDAGReverseDFS
1430 return getCurr()->Preds.end();
1471 Impl.visitCrossEdge(PredDep, DFS.getCurr());
1478 const SUnit *Child = DFS.getCurr();
1482 Impl.visitPostorderEdge(*PredDep, DFS.getCurr());

Completed in 62 milliseconds