Searched defs:finishPostorder (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h119 void finishPostorder(BasicBlock *BB);
138 /// finishPostorder to record the DFS result.
163 void finishPostorder(BasicBlock *BB) { function in class:llvm::LoopBlocksTraversal
176 finishPostorder(BasicBlock *BB) { function in class:llvm::po_iterator_storage
177 LBT.finishPostorder(BB);
/external/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);

Completed in 71 milliseconds