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

References

include/llvm/ADT/DepthFirstIterator.h
   90   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/GraphTraits.h
  120 iterator_range<typename GraphTraits<GraphType>::ChildIteratorType>
  127 iterator_range<typename GraphTraits<Inverse<GraphType>>::ChildIteratorType>
include/llvm/ADT/PostOrderIterator.h
  100   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/Analysis/IntervalIterator.h
  214       for (typename IGT::ChildIteratorType I = IGT::child_begin(Node),
include/llvm/Analysis/RegionInfo.h
  271   using PredIterTy = typename InvBlockTraits::ChildIteratorType;
  691   using PredIterTy = typename InvBlockTraits::ChildIteratorType;
include/llvm/IR/CFG.h
  327   static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
  328   static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }