Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLoopIterator.h196 void finishPostorder(BasicBlock *BB);
240 void finishPostorder(BasicBlock *BB) { in finishPostorder() function
253 finishPostorder(BasicBlock *BB) { in finishPostorder() function
254 LBT.finishPostorder(BB); in finishPostorder()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DPostOrderIterator.h70 template <typename NodeRef> void finishPostorder(NodeRef BB) {} in finishPostorder() function
91 template <class NodeRef> void finishPostorder(NodeRef BB) {} in finishPostorder() function
170 this->finishPostorder(VisitStack.back().first);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp449 void finishPostorder(const MachineBasicBlock*) {} in finishPostorder() function in llvm::po_iterator_storage