Home
last modified time | relevance | path

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

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