|
LLVM 23.0.0git
|
Specialization of po_iterator_storage that references an external set. More...
#include "llvm/ADT/PostOrderIterator.h"
Public Member Functions | |
| po_iterator_storage (SetType &VSet) | |
| po_iterator_storage (const po_iterator_storage &S) | |
| template<class NodeRef> | |
| bool | insertEdge (std::optional< NodeRef > From, NodeRef To) |
| template<class NodeRef> | |
| void | finishPostorder (NodeRef BB) |
Specialization of po_iterator_storage that references an external set.
Definition at line 75 of file PostOrderIterator.h.
|
inline |
Definition at line 79 of file PostOrderIterator.h.
Referenced by po_iterator_storage().
|
inline |
Definition at line 80 of file PostOrderIterator.h.
References po_iterator_storage().
|
inline |
Definition at line 91 of file PostOrderIterator.h.
|
inline |
Definition at line 86 of file PostOrderIterator.h.