class EdgeSequence::iterator
Declaration
class EdgeSequence::iterator : public iterator_adaptor_base { /* full declaration omitted */ };
Description
An iterator used for the edges to both entry nodes and child nodes.
Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:192
Inherits from: iterator_adaptor_base
Member Variables
- private VectorImplT::iterator E
Method Overview
Methods
¶iterator(VectorImplT::iterator BaseI,
VectorImplT::iterator E)
iterator(VectorImplT::iterator BaseI,
VectorImplT::iterator E)
Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:201
Parameters
¶iterator()
iterator()
Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:208