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

Declarations

lib/Analysis/BlockFrequencyInfo.cpp
  100   using ChildIteratorType = succ_const_iterator;
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1752   using ChildIteratorType = succ_const_iterator;

References

include/llvm/ADT/DepthFirstIterator.h
   90   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/GraphTraits.h
  120 iterator_range<typename GraphTraits<GraphType>::ChildIteratorType>
include/llvm/ADT/PostOrderIterator.h
  100   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/SCCIterator.h
   46   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/Analysis/BlockFrequencyInfoImpl.h
 1370   using EdgeIter = typename GTraits::ChildIteratorType;
include/llvm/IR/CFG.h
  313   static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  314   static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
include/llvm/Support/GraphWriter.h
   74   using child_iterator = typename GTraits::ChildIteratorType;
lib/Analysis/BlockFrequencyInfo.cpp
  107   static ChildIteratorType child_begin(const NodeRef N) {
  111   static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); }
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1759   static ChildIteratorType child_begin(const NodeRef N) {
 1763   static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); }