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

References

include/llvm/Analysis/DDG.h
  364     return ChildIteratorType(N->end(), &DDGGetTargetNode);
  370   static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
lib/Analysis/DDG.cpp
  156     for (auto *E : *N)
unittests/ADT/DirectedGraphTest.cpp
   73     return ChildIteratorType(N->end(), &DGTestGetTargetNode);
   79   static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }