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

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DLoopIterator.h118 void finishPostorder(BasicBlock *BB);
137 /// finishPostorder to record the DFS result.
162 void finishPostorder(BasicBlock *BB) { function in class:llvm::LoopBlocksTraversal
175 finishPostorder(BasicBlock *BB) { function in class:llvm::po_iterator_storage
176 LBT.finishPostorder(BB);
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DPostOrderIterator.h49 // the finishPostorder() function is called just before the po_iterator moves
65 void finishPostorder(NodeType *BB) {} function in class:llvm::po_iterator_storage
84 void finishPostorder(NodeType *BB) {} function in class:llvm::po_iterator_storage
160 this->finishPostorder(VisitStack.back().first);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp435 void finishPostorder(const MachineBasicBlock*) {}

Completed in 189 milliseconds