Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1447 const SUnit *getCurr() const { return DFSStack.back().first; } in getCurr() function in __anon4ee60d700311::SchedDAGReverseDFS
1452 return getCurr()->Preds.end(); in getPredEnd()
1493 Impl.visitCrossEdge(PredDep, DFS.getCurr()); in compute()
1500 const SUnit *Child = DFS.getCurr(); in compute()
1504 Impl.visitPostorderEdge(*PredDep, DFS.getCurr()); in compute()