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

Definitions

include/llvm/Analysis/CallGraph.h
  414   using ChildIteratorType =
  434   using ChildIteratorType =
include/llvm/CodeGen/MachineBasicBlock.h
  872   using ChildIteratorType = MachineBasicBlock::succ_iterator;
include/llvm/IR/CFG.h
  300   using ChildIteratorType = succ_iterator;
  309   using ChildIteratorType = succ_const_iterator;
include/llvm/IR/ModuleSummaryIndex.h
 1369   using ChildIteratorType =
lib/Analysis/BlockFrequencyInfoImpl.cpp
  669   using ChildIteratorType = GraphT::IrrNode::iterator;
lib/Transforms/IPO/FunctionAttrs.cpp
  423   using ChildIteratorType = SmallVectorImpl<ArgumentGraphNode *>::iterator;
unittests/ADT/DirectedGraphTest.cpp
   64   using ChildIteratorType =
unittests/ADT/TestGraph.h
  237   typedef typename Graph<N>::ChildIterator ChildIteratorType;