Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1240 const SUnit *getCurr() const { return DFSStack.back().first; } in getCurr() function in __anonb1531a100111::SchedDAGReverseDFS
1245 return getCurr()->Preds.end(); in getPredEnd()
1287 Impl.visitCrossEdge(PredDep, DFS.getCurr()); in compute()
1294 const SUnit *Child = DFS.getCurr(); in compute()
1298 Impl.visitPostorderEdge(*PredDep, DFS.getCurr()); in compute()