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

Declarations

lib/CodeGen/MachineBlockFrequencyInfo.cpp
   89   using ChildIteratorType = MachineBasicBlock::const_succ_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/Analysis/BlockFrequencyInfoImpl.h
 1370   using EdgeIter = typename GTraits::ChildIteratorType;
include/llvm/CodeGen/MachineBasicBlock.h
  884   static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
  885   static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
include/llvm/Support/GraphWriter.h
   74   using child_iterator = typename GTraits::ChildIteratorType;
lib/CodeGen/MachineBlockFrequencyInfo.cpp
   96   static ChildIteratorType child_begin(const NodeRef N) {
  100   static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); }