LLVM 22.0.0git
llvm::AACallEdgeIterator Class Reference

An Iterator for call edges, creates AACallEdges attributes in a lazy way. More...

#include "llvm/Transforms/IPO/Attributor.h"

Inheritance diagram for llvm::AACallEdgeIterator:
[legend]

Public Member Functions

LLVM_ABI AACallGraphNodeoperator* () const
Public Member Functions inherited from llvm::iterator_adaptor_base< AACallEdgeIterator, SetVector< Function * >::iterator >
AACallEdgeIteratoroperator+= (difference_type n)
AACallEdgeIteratoroperator-= (difference_type n)
difference_type operator- (const AACallEdgeIterator &RHS) const
AACallEdgeIteratoroperator++ ()
AACallEdgeIteratoroperator-- ()
std::conditional_t< std::is_same< typename std::iterator_traits< SetVector< Function * >::iterator >::value_type, typename std::iterator_traits< SetVector< Function * >::iterator >::value_type >::value, typename std::iterator_traits< SetVector< Function * >::iterator >::reference, typename std::iterator_traits< SetVector< Function * >::iterator >::value_type & > operator* () const
Public Member Functions inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
DerivedT operator+ (DifferenceTypeT n) const
DerivedT operator- (DifferenceTypeT n) const
DerivedT & operator++ ()
DerivedT operator++ (int)
DerivedT & operator-- ()
DerivedT operator-- (int)
bool operator!= (const DerivedT &RHS) const
bool operator> (const DerivedT &RHS) const
bool operator<= (const DerivedT &RHS) const
bool operator>= (const DerivedT &RHS) const
PointerProxy operator-> () const
ReferenceProxy operator[] (DifferenceTypeT n) const

Additional Inherited Members

Public Types inherited from llvm::iterator_adaptor_base< AACallEdgeIterator, SetVector< Function * >::iterator >
using difference_type
Public Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
using iterator_category = IteratorCategoryT
using value_type = T
using difference_type = DifferenceTypeT
using pointer = PointerT
using reference = ReferenceT
Protected Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
enum  { IsRandomAccess , IsBidirectional }
Protected Member Functions inherited from llvm::iterator_adaptor_base< AACallEdgeIterator, SetVector< Function * >::iterator >
 iterator_adaptor_base ()=default
const SetVector< Function * >::iterator & wrapped () const
Protected Attributes inherited from llvm::iterator_adaptor_base< AACallEdgeIterator, SetVector< Function * >::iterator >
SetVector< Function * >::iterator I

Detailed Description

An Iterator for call edges, creates AACallEdges attributes in a lazy way.

This iterator becomes invalid if the underlying edge list changes. So This shouldn't outlive a iteration of Attributor.

Definition at line 5504 of file Attributor.h.

Member Function Documentation

◆ operator*()


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