Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1316 void visitPostorderEdge(const SDep &PredDep, const SUnit *Succ) { in visitPostorderEdge() function in llvm::SchedDFSImpl
1490 Impl.visitPostorderEdge(*PredDep, DFS.getCurr()); in compute()