LLVM  8.0.1
Public Member Functions | Friends | List of all members
llvm::LazyCallGraph::EdgeSequence::iterator Class Reference

An iterator used for the edges to both entry nodes and child nodes. More...

#include "llvm/Analysis/LazyCallGraph.h"

Inheritance diagram for llvm::LazyCallGraph::EdgeSequence::iterator:
Inheritance graph
[legend]
Collaboration diagram for llvm::LazyCallGraph::EdgeSequence::iterator:
Collaboration graph
[legend]

Public Member Functions

 iterator ()=default
 
iteratoroperator++ ()
 
- Public Member Functions inherited from llvm::iterator_adaptor_base< iterator, VectorImplT::iterator, std::forward_iterator_tag >
iterator & operator+= (difference_type n)
 
iterator & operator-= (difference_type n)
 
difference_type operator- (const iterator &RHS) const
 
iterator & operator++ ()
 
iterator & operator-- ()
 
bool operator== (const iterator &RHS) const
 
bool operator< (const iterator &RHS) const
 
typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::reference, typename std::iterator_traits< VectorImplT::iterator >::value_type & >::type operator* () const
 
- Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::difference_type, typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::pointer, typename std::iterator_traits< VectorImplT::iterator >::value_type * >::type, typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::reference, typename std::iterator_traits< VectorImplT::iterator >::value_type & >::type >
iterator operator+ (typename std::iterator_traits< VectorImplT::iterator >::difference_type n) const
 
iterator operator- (typename std::iterator_traits< VectorImplT::iterator >::difference_type n) const
 
iterator & operator++ ()
 
iterator operator++ (int)
 
iterator & operator-- ()
 
iterator operator-- (int)
 
bool operator!= (const iterator &RHS) const
 
bool operator> (const iterator &RHS) const
 
bool operator<= (const iterator &RHS) const
 
bool operator>= (const iterator &RHS) const
 
typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::pointer, typename std::iterator_traits< VectorImplT::iterator >::value_type *>::type operator-> ()
 
typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::pointer, typename std::iterator_traits< VectorImplT::iterator >::value_type *>::type operator-> () const
 
ReferenceProxy operator[] (typename std::iterator_traits< VectorImplT::iterator >::difference_type n)
 
ReferenceProxy operator[] (typename std::iterator_traits< VectorImplT::iterator >::difference_type n) const
 

Friends

class LazyCallGraph
 
class LazyCallGraph::Node
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_adaptor_base< iterator, VectorImplT::iterator, std::forward_iterator_tag >
using difference_type = typename std::iterator_traits< VectorImplT::iterator >::difference_type
 
- Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::difference_type, typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::pointer, typename std::iterator_traits< VectorImplT::iterator >::value_type * >::type, typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::reference, typename std::iterator_traits< VectorImplT::iterator >::value_type & >::type >
enum  
 
- Protected Member Functions inherited from llvm::iterator_adaptor_base< iterator, VectorImplT::iterator, std::forward_iterator_tag >
 iterator_adaptor_base ()=default
 
 iterator_adaptor_base (VectorImplT::iterator u)
 
const VectorImplT::iterator & wrapped () const
 
- Protected Attributes inherited from llvm::iterator_adaptor_base< iterator, VectorImplT::iterator, std::forward_iterator_tag >
VectorImplT::iterator I
 

Detailed Description

An iterator used for the edges to both entry nodes and child nodes.

Definition at line 196 of file LazyCallGraph.h.

Constructor & Destructor Documentation

◆ iterator()

llvm::LazyCallGraph::EdgeSequence::iterator::iterator ( )
default

Member Function Documentation

◆ operator++()

iterator& llvm::LazyCallGraph::EdgeSequence::iterator::operator++ ( )
inline

Definition at line 215 of file LazyCallGraph.h.

References I.

Friends And Related Function Documentation

◆ LazyCallGraph

friend class LazyCallGraph
friend

Definition at line 199 of file LazyCallGraph.h.

◆ LazyCallGraph::Node

friend class LazyCallGraph::Node
friend

Definition at line 200 of file LazyCallGraph.h.


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