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

Declarations

include/llvm/CodeGen/MachineLoopInfo.h
  189   using ChildIteratorType = MachineLoopInfo::iterator;

References

include/llvm/ADT/DepthFirstIterator.h
   90   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/CodeGen/MachineLoopInfo.h
  183   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
  184   static ChildIteratorType child_end(NodeRef N) { return N->end(); }
  192   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
  193   static ChildIteratorType child_end(NodeRef N) { return N->end(); }