Searched refs:call_edge_iterator (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h111 class call_edge_iterator;
251 call_edge_iterator call_begin() const {
252 return call_edge_iterator(Edges.begin(), Edges.end());
254 call_edge_iterator call_end() const {
255 return call_edge_iterator(Edges.end(), Edges.end());
258 iterator_range<call_edge_iterator> calls() const {
305 class call_edge_iterator class in class:llvm::LazyCallGraph::Edge
306 : public iterator_adaptor_base<call_edge_iterator,
321 call_edge_iterator(EdgeVectorImplT::iterator BaseI, function in class:llvm::LazyCallGraph::Edge::call_edge_iterator
328 call_edge_iterator() {} function in class:llvm::LazyCallGraph::Edge::call_edge_iterator
[all...]
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp519 SmallVector<std::pair<Node *, call_edge_iterator>, 16> DFSStack;
563 call_edge_iterator I;
1300 SmallVector<std::pair<Node *, call_edge_iterator>, 16> DFSStack;
1323 call_edge_iterator I;

Completed in 188 milliseconds