LLVM
15.0.0git
|
#include "llvm/ADT/PostOrderIterator.h"
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = typename GT::NodeRef |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
Public Member Functions | |
bool | operator== (const po_iterator &x) const |
bool | operator!= (const po_iterator &x) const |
const NodeRef & | operator* () const |
NodeRef | operator-> () const |
po_iterator & | operator++ () |
po_iterator | operator++ (int) |
![]() | |
bool | insertEdge (Optional< NodeRef > From, NodeRef To) |
void | finishPostorder (NodeRef BB) |
Static Public Member Functions | |
static po_iterator | begin (const GraphT &G) |
static po_iterator | end (const GraphT &G) |
static po_iterator | begin (const GraphT &G, SetType &S) |
static po_iterator | end (const GraphT &G, SetType &S) |
Definition at line 96 of file PostOrderIterator.h.
using llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::difference_type = std::ptrdiff_t |
Definition at line 100 of file PostOrderIterator.h.
using llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::iterator_category = std::forward_iterator_tag |
Definition at line 98 of file PostOrderIterator.h.
using llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::pointer = value_type * |
Definition at line 101 of file PostOrderIterator.h.
using llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::reference = value_type & |
Definition at line 102 of file PostOrderIterator.h.
using llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::value_type = typename GT::NodeRef |
Definition at line 99 of file PostOrderIterator.h.
|
inlinestatic |
Definition at line 144 of file PostOrderIterator.h.
Referenced by llvm::po_begin().
|
inlinestatic |
Definition at line 149 of file PostOrderIterator.h.
|
inlinestatic |
Definition at line 147 of file PostOrderIterator.h.
Referenced by llvm::po_end().
|
inlinestatic |
Definition at line 152 of file PostOrderIterator.h.
|
inline |
Definition at line 157 of file PostOrderIterator.h.
|
inline |
Definition at line 159 of file PostOrderIterator.h.
|
inline |
Definition at line 167 of file PostOrderIterator.h.
|
inline |
Definition at line 175 of file PostOrderIterator.h.
|
inline |
Definition at line 165 of file PostOrderIterator.h.
|
inline |
Definition at line 154 of file PostOrderIterator.h.