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

References

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
  411   static NodeRef getEntryNode(CallGraphNode *CGN) { return CGN; }
  417   static ChildIteratorType child_begin(NodeRef N) {
  421   static ChildIteratorType child_end(NodeRef N) {
  459   static NodeRef getEntryNode(CallGraph *CGN) {
include/llvm/Support/GraphWriter.h
   72   using NodeRef = typename GTraits::NodeRef;
unittests/Analysis/CallGraphTest.cpp
   19   typedef typename GraphTraits<Ty *>::NodeRef NodeRef;