Searched defs:finishPostorder (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | LoopIterator.h | 240 void finishPostorder(BasicBlock *BB) { in finishPostorder() function |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | PostOrderIterator.h | 69 template <typename NodeRef> void finishPostorder(NodeRef BB) {} finishPostorder() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineTraceMetrics.cpp | 468 void finishPostorder(const MachineBasicBlock*) {} finishPostorder() function in llvm::po_iterator_storage |