LLVM 22.0.0git
llvm::ipo_ext_iterator< T, SetType > Struct Template Reference

#include "llvm/ADT/PostOrderIterator.h"

Inheritance diagram for llvm::ipo_ext_iterator< T, SetType >:
[legend]

Public Member Functions

 ipo_ext_iterator (const ipo_iterator< T, SetType, true > &V)
 ipo_ext_iterator (const po_iterator< Inverse< T >, SetType, true > &V)
Public Member Functions inherited from llvm::ipo_iterator< T, SetType, External >
 ipo_iterator (const po_iterator< Inverse< T >, SetType, External > &V)
Public Member Functions inherited from llvm::po_iterator< GraphT, SetType, ExtStorage, GT >
bool operator== (const po_iterator &x) const
bool operator!= (const po_iterator &x) const
reference operator* () const
NodeRef operator-> () const
po_iteratoroperator++ ()
po_iterator operator++ (int)
Public Member Functions inherited from llvm::po_iterator_storage< SetType, External >
template<typename NodeRef>
bool insertEdge (std::optional< NodeRef > From, NodeRef To)
template<typename NodeRef>
void finishPostorder (NodeRef BB)

Additional Inherited Members

Public Types inherited from llvm::po_iterator< GraphT, SetType, ExtStorage, GT >
using iterator_category
using value_type = typename GT::NodeRef
using difference_type = std::ptrdiff_t
using pointer = value_type *
using reference = const value_type &
Static Public Member Functions inherited from llvm::po_iterator< GraphT, SetType, ExtStorage, GT >
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)

Detailed Description

template<class T, class SetType = std::set<typename GraphTraits<T>::NodeRef>>
struct llvm::ipo_ext_iterator< T, SetType >

Definition at line 248 of file PostOrderIterator.h.

Constructor & Destructor Documentation

◆ ipo_ext_iterator() [1/2]

template<class T, class SetType = std::set<typename GraphTraits<T>::NodeRef>>
llvm::ipo_ext_iterator< T, SetType >::ipo_ext_iterator ( const ipo_iterator< T, SetType, true > & V)
inline

◆ ipo_ext_iterator() [2/2]

template<class T, class SetType = std::set<typename GraphTraits<T>::NodeRef>>
llvm::ipo_ext_iterator< T, SetType >::ipo_ext_iterator ( const po_iterator< Inverse< T >, SetType, true > & V)
inline

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