LLVM API Documentation
Default po_iterator_storage implementation with an internal set object. More...
#include <PostOrderIterator.h>

Public Member Functions | |
| template<typename NodeType > | |
| bool | insertEdge (NodeType *From, NodeType *To) |
| template<typename NodeType > | |
| void | finishPostorder (NodeType *BB) |
Default po_iterator_storage implementation with an internal set object.
Definition at line 54 of file PostOrderIterator.h.
| void llvm::po_iterator_storage< SetType, External >::finishPostorder | ( | NodeType * | BB | ) | [inline] |
Definition at line 65 of file PostOrderIterator.h.
| bool llvm::po_iterator_storage< SetType, External >::insertEdge | ( | NodeType * | From, |
| NodeType * | To | ||
| ) | [inline] |
Definition at line 59 of file PostOrderIterator.h.