Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1330 void visitPostorderEdge(const SDep &PredDep, const SUnit *Succ) { in visitPostorderEdge() function in llvm::SchedDFSImpl
1504 Impl.visitPostorderEdge(*PredDep, DFS.getCurr()); in compute()