LLVM
8.0.1
|
The edge sequence object. More...
#include "llvm/Analysis/LazyCallGraph.h"
Classes | |
class | call_iterator |
An iterator over specifically call edges. More... | |
class | iterator |
An iterator used for the edges to both entry nodes and child nodes. More... | |
Public Member Functions | |
iterator | begin () |
iterator | end () |
Edge & | operator[] (int i) |
Edge & | operator[] (Node &N) |
Edge * | lookup (Node &N) |
call_iterator | call_begin () |
call_iterator | call_end () |
iterator_range< call_iterator > | calls () |
bool | empty () |
Friends | |
class | LazyCallGraph |
class | LazyCallGraph::Node |
class | LazyCallGraph::RefSCC |
The edge sequence object.
This typically exists entirely within the node but is exposed as a separate type because a node doesn't initially have edges. An explicit population step is required to produce this sequence at first and it is then cached in the node. It is also used to represent edges entering the graph from outside the module to model the graph's roots.
The sequence itself both iterable and indexable. The indexes remain stable even as the sequence mutates (including removal).
Definition at line 186 of file LazyCallGraph.h.
|
inline |
Definition at line 258 of file LazyCallGraph.h.
Referenced by llvm::LazyCallGraph::buildRefSCCs(), and llvm::LazyCallGraph::RefSCC::removeInternalRefEdge().
|
inline |
Definition at line 277 of file LazyCallGraph.h.
|
inline |
Definition at line 280 of file LazyCallGraph.h.
|
inline |
Definition at line 282 of file LazyCallGraph.h.
References llvm::make_range().
Referenced by llvm::LazyCallGraph::SCC::isParentOf().
|
inline |
Definition at line 286 of file LazyCallGraph.h.
Referenced by llvm::LazyCallGraph::buildRefSCCs().
|
inline |
Definition at line 259 of file LazyCallGraph.h.
Referenced by llvm::LazyCallGraph::buildRefSCCs(), and llvm::LazyCallGraph::RefSCC::removeInternalRefEdge().
Definition at line 269 of file LazyCallGraph.h.
References E.
|
inline |
Definition at line 261 of file LazyCallGraph.h.
Definition at line 262 of file LazyCallGraph.h.
|
friend |
Definition at line 187 of file LazyCallGraph.h.
|
friend |
Definition at line 188 of file LazyCallGraph.h.
|
friend |
Definition at line 189 of file LazyCallGraph.h.