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

References

include/llvm/ADT/DepthFirstIterator.h
   86     : public std::iterator<std::forward_iterator_tag, typename GT::NodeRef>,
   88   using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>;
   89   using NodeRef = typename GT::NodeRef;
include/llvm/Analysis/DDG.h
  359   static NodeRef getEntryNode(NodeRef N) { return N; }
  359   static NodeRef getEntryNode(NodeRef N) { return N; }
  360   static ChildIteratorType child_begin(NodeRef N) {
  363   static ChildIteratorType child_end(NodeRef N) {
  367   static ChildEdgeIteratorType child_edge_begin(NodeRef N) {
  370   static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
  376   static NodeRef getEntryNode(DataDependenceGraph *DG) {