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

References

include/llvm/ADT/GraphTraits.h
  135 children_edges(const typename GraphTraits<GraphType>::NodeRef &G) {
include/llvm/ADT/SCCIterator.h
   44                          const std::vector<typename GT::NodeRef>, ptrdiff_t> {
   45   using NodeRef = typename GT::NodeRef;
include/llvm/Analysis/CallGraph.h
  431   static NodeRef getEntryNode(const CallGraphNode *CGN) { return CGN; }
  438   static ChildIteratorType child_begin(NodeRef N) {
  442   static ChildIteratorType child_end(NodeRef N) {
  446   static ChildEdgeIteratorType child_edge_begin(NodeRef N) {
  449   static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
  451   static NodeRef edge_dest(EdgeRef E) { return E.second; }
  486   static NodeRef getEntryNode(const CallGraph *CGN) {
include/llvm/Analysis/SyntheticCountsUtils.h
   34   using NodeRef = typename CGT::NodeRef;
unittests/Analysis/CallGraphTest.cpp
   19   typedef typename GraphTraits<Ty *>::NodeRef NodeRef;