Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h196 void finishPostorder(BasicBlock *BB);
215 /// finishPostorder to record the DFS result.
240 void finishPostorder(BasicBlock *BB) { in finishPostorder() function
253 finishPostorder(BasicBlock *BB) { in finishPostorder() function
254 LBT.finishPostorder(BB); in finishPostorder()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPostOrderIterator.h53 // the finishPostorder() function is called just before the po_iterator moves
69 template <typename NodeRef> void finishPostorder(NodeRef BB) {}
90 template <class NodeRef> void finishPostorder(NodeRef BB) {}
172 this->finishPostorder(std::get<0>(VisitStack.back()));
70 template <typename NodeRef> void finishPostorder(NodeRef BB) {} finishPostorder() function
91 template <class NodeRef> void finishPostorder(NodeRef BB) {} finishPostorder() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp468 void finishPostorder(const MachineBasicBlock*) {} in finishPostorder() function in llvm::po_iterator_storage