LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT > Class Template Reference

#include "llvm/Analysis/IntervalIterator.h"

Public Types

using iterator_category = std::forward_iterator_tag
 

Public Member Functions

 IntervalIterator ()=default
 
 IntervalIterator (Function *M, bool OwnMemory)
 
 IntervalIterator (IntervalIterator &&x)
 
 IntervalIterator (IntervalPartition &IP, bool OwnMemory)
 
 ~IntervalIterator ()
 
bool operator== (const IntervalIterator &x) const
 
bool operator!= (const IntervalIterator &x) const
 
const Intervaloperator* () const
 
Intervaloperator* ()
 
const Intervaloperator-> () const
 
Intervaloperator-> ()
 
IntervalIteratoroperator++ ()
 
IntervalIterator operator++ (int)
 

Detailed Description

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
class llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >

Definition at line 88 of file IntervalIterator.h.

Member Typedef Documentation

◆ iterator_category

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
using llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::iterator_category = std::forward_iterator_tag

Definition at line 96 of file IntervalIterator.h.

Constructor & Destructor Documentation

◆ IntervalIterator() [1/4]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator ( )
default

◆ IntervalIterator() [2/4]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator ( Function M,
bool  OwnMemory 
)
inline

Definition at line 100 of file IntervalIterator.h.

References llvm_unreachable.

◆ IntervalIterator() [3/4]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator ( IntervalIterator< NodeTy, OrigContainer_t, GT, IGT > &&  x)
inline

Definition at line 107 of file IntervalIterator.h.

◆ IntervalIterator() [4/4]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator ( IntervalPartition IP,
bool  OwnMemory 
)
inline

◆ ~IntervalIterator()

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::~IntervalIterator ( )
inline

Member Function Documentation

◆ operator!=()

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
bool llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator!= ( const IntervalIterator< NodeTy, OrigContainer_t, GT, IGT > &  x) const
inline

Definition at line 131 of file IntervalIterator.h.

◆ operator*() [1/2]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
Interval * llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator* ( )
inline

Definition at line 134 of file IntervalIterator.h.

◆ operator*() [2/2]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
const Interval * llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator* ( ) const
inline

◆ operator++() [1/2]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
IntervalIterator & llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator++ ( )
inline

Definition at line 138 of file IntervalIterator.h.

References assert(), llvm::Done, llvm::getSourceGraphNode(), and llvm::succ_end().

◆ operator++() [2/2]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
IntervalIterator llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator++ ( int  )
inline

Definition at line 161 of file IntervalIterator.h.

◆ operator->() [1/2]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
Interval * llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator-> ( )
inline

◆ operator->() [2/2]

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
const Interval * llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator-> ( ) const
inline

◆ operator==()

template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy *>, class IGT = GraphTraits<Inverse<NodeTy *>>>
bool llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator== ( const IntervalIterator< NodeTy, OrigContainer_t, GT, IGT > &  x) const
inline

Definition at line 128 of file IntervalIterator.h.


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