Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1432 const SUnit *getCurr() const { return DFSStack.back().first; } in getCurr() function in __anon9450ca1b0311::SchedDAGReverseDFS
1437 return getCurr()->Preds.end(); in getPredEnd()
1478 Impl.visitCrossEdge(PredDep, DFS.getCurr()); in compute()
1485 const SUnit *Child = DFS.getCurr(); in compute()
1489 Impl.visitPostorderEdge(*PredDep, DFS.getCurr()); in compute()