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/CodeGen/MachineLoopInfo.h
  191   static NodeRef getEntryNode(MachineLoop *L) { return L; }
  192   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
  193   static ChildIteratorType child_end(NodeRef N) { return N->end(); }