Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1425 const SUnit *getCurr() const { return DFSStack.back().first; } in getCurr() function in __anon224228790311::SchedDAGReverseDFS
1430 return getCurr()->Preds.end(); in getPredEnd()
1471 Impl.visitCrossEdge(PredDep, DFS.getCurr()); in compute()
1478 const SUnit *Child = DFS.getCurr(); in compute()
1482 Impl.visitPostorderEdge(*PredDep, DFS.getCurr()); in compute()