Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopIterator.h240 void finishPostorder(BasicBlock *BB) { in finishPostorder() function
253 finishPostorder(BasicBlock *BB) { in finishPostorder() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPostOrderIterator.h69 template <typename NodeRef> void finishPostorder(NodeRef BB) {} in finishPostorder() function
89 template <class NodeRef> void finishPostorder(NodeRef BB) {} in finishPostorder() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp450 void finishPostorder(const MachineBasicBlock*) {} in finishPostorder() function in llvm::po_iterator_storage