Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h214 /// po_iterator "automatically" calls back to visitPreorder and
231 bool visitPreorder(BasicBlock *BB) { in visitPreorder() function
249 return LBT.visitPreorder(To); in insertEdge()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1280 void visitPreorder(const SUnit *SU) { in visitPreorder() function in llvm::SchedDFSImpl
1479 Impl.visitPreorder(&SU); in compute()
1496 Impl.visitPreorder(PredDep.getSUnit()); in compute()