LLVM API Documentation

Public Member Functions
llvm::po_iterator_storage< SetType, External > Class Template Reference

Default po_iterator_storage implementation with an internal set object. More...

#include <PostOrderIterator.h>

Inheritance diagram for llvm::po_iterator_storage< SetType, External >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

template<typename NodeType >
bool insertEdge (NodeType *From, NodeType *To)
template<typename NodeType >
void finishPostorder (NodeType *BB)

Detailed Description

template<class SetType, bool External>
class llvm::po_iterator_storage< SetType, External >

Default po_iterator_storage implementation with an internal set object.

Definition at line 54 of file PostOrderIterator.h.


Member Function Documentation

template<class SetType, bool External>
template<typename NodeType >
void llvm::po_iterator_storage< SetType, External >::finishPostorder ( NodeType *  BB) [inline]

Definition at line 65 of file PostOrderIterator.h.

template<class SetType, bool External>
template<typename NodeType >
bool llvm::po_iterator_storage< SetType, External >::insertEdge ( NodeType *  From,
NodeType *  To 
) [inline]

Definition at line 59 of file PostOrderIterator.h.


The documentation for this class was generated from the following file: