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

Declarations

include/llvm/Analysis/LazyCallGraph.h
 1248   using NodeRef = LazyCallGraph::Node *;

References

include/llvm/Analysis/LazyCallGraph.h
 1243   static NodeRef getEntryNode(NodeRef N) { return N; }
 1243   static NodeRef getEntryNode(NodeRef N) { return N; }
 1244   static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); }
 1245   static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); }
 1251   static NodeRef getEntryNode(NodeRef N) { return N; }
 1251   static NodeRef getEntryNode(NodeRef N) { return N; }
 1252   static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); }
 1253   static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); }