class EdgeSequence::call_iterator
Declaration
class EdgeSequence::call_iterator : public iterator_adaptor_base { /* full declaration omitted */ };
Description
An iterator over specifically call edges. This has the same iteration properties as the \c iterator, but restricts itself to edges which represent actual calls.
Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:227
Inherits from: iterator_adaptor_base
Method Overview
- public call_iterator()
Methods
ΒΆcall_iterator()
call_iterator()
Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:248