reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/CallGraph.h
  443     return ChildIteratorType(N->end(), &CGNGetValue);
  449   static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
lib/Analysis/CallGraph.cpp
  169   for (const auto &I : *this) {