Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1433 const SUnit *getCurr() const { return DFSStack.back().first; } in getCurr() function in __anon3a1cb6670311::SchedDAGReverseDFS
1438 return getCurr()->Preds.end(); in getPredEnd()
1479 Impl.visitCrossEdge(PredDep, DFS.getCurr()); in compute()
1486 const SUnit *Child = DFS.getCurr(); in compute()
1490 Impl.visitPostorderEdge(*PredDep, DFS.getCurr()); in compute()