LLVM  8.0.1
Public Member Functions | List of all members
llvm::idf_ext_iterator< T, SetTy > Struct Template Reference

#include "llvm/ADT/DepthFirstIterator.h"

Inheritance diagram for llvm::idf_ext_iterator< T, SetTy >:
Inheritance graph
[legend]
Collaboration diagram for llvm::idf_ext_iterator< T, SetTy >:
Collaboration graph
[legend]

Public Member Functions

 idf_ext_iterator (const idf_iterator< T, SetTy, true > &V)
 
 idf_ext_iterator (const df_iterator< Inverse< T >, SetTy, true > &V)
 
- Public Member Functions inherited from llvm::idf_iterator< T, SetTy, true >
 idf_iterator (const df_iterator< Inverse< T >, SetTy, External > &V)
 
- Public Member Functions inherited from llvm::df_iterator< Inverse< T >, SetTy, External >
bool operator== (const df_iterator &x) const
 
bool operator!= (const df_iterator &x) const
 
const NodeRef & operator* () const
 
NodeRef operator-> () const
 
df_iteratoroperator++ ()
 
df_iterator operator++ (int)
 
df_iteratorskipChildren ()
 Skips all children of the current node and traverses to next node. More...
 
bool nodeVisited (NodeRef Node) const
 
unsigned getPathLength () const
 getPathLength - Return the length of the path from the entry node to the current node, counting both nodes. More...
 
NodeRef getPath (unsigned n) const
 getPath - Return the n'th node in the path from the entry node to the current node. More...
 

Additional Inherited Members

- Public Types inherited from llvm::df_iterator< Inverse< T >, SetTy, External >
using pointer = typename super::pointer
 
- Static Public Member Functions inherited from llvm::df_iterator< Inverse< T >, SetTy, External >
static df_iterator begin (const Inverse< T > &G)
 
static df_iterator begin (const Inverse< T > &G, SetTy &S)
 
static df_iterator end (const Inverse< T > &G)
 
static df_iterator end (const Inverse< T > &G, SetTy &S)
 
- Public Attributes inherited from llvm::df_iterator_storage< SetTy, ExtStorage >
SetTy Visited
 

Detailed Description

template<class T, class SetTy = std::set<typename GraphTraits<T>::NodeRef>>
struct llvm::idf_ext_iterator< T, SetTy >

Definition at line 283 of file DepthFirstIterator.h.

Constructor & Destructor Documentation

◆ idf_ext_iterator() [1/2]

template<class T , class SetTy = std::set<typename GraphTraits<T>::NodeRef>>
llvm::idf_ext_iterator< T, SetTy >::idf_ext_iterator ( const idf_iterator< T, SetTy, true > &  V)
inline

Definition at line 284 of file DepthFirstIterator.h.

◆ idf_ext_iterator() [2/2]

template<class T , class SetTy = std::set<typename GraphTraits<T>::NodeRef>>
llvm::idf_ext_iterator< T, SetTy >::idf_ext_iterator ( const df_iterator< Inverse< T >, SetTy, true > &  V)
inline

Definition at line 286 of file DepthFirstIterator.h.


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