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

Definitions

include/llvm/Analysis/RegionIterator.h
  313 RegionNodeGraphTraits(RegionNode, BasicBlock, Region);
include/llvm/CodeGen/MachineBasicBlock.h
  872   using ChildIteratorType = MachineBasicBlock::succ_iterator;
  881   using ChildIteratorType = MachineBasicBlock::const_succ_iterator;
  908   using ChildIteratorType = MachineBasicBlock::const_pred_iterator;
include/llvm/CodeGen/MachineDominators.h
  261   using ChildIteratorType = ChildIterator;
include/llvm/IR/CFG.h
  300   using ChildIteratorType = succ_iterator;
  309   using ChildIteratorType = succ_const_iterator;
  324   using ChildIteratorType = pred_iterator;
include/llvm/IR/Dominators.h
  193   using ChildIteratorType = ChildIterator;
lib/Transforms/Vectorize/VPlan.h
 1341   using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator;
tools/clang/include/clang/Analysis/CFG.h
 1484   using ChildIteratorType = ::clang::CFGBlock::const_succ_iterator;
tools/clang/include/clang/Analysis/CallGraph.h
  188   using ChildIteratorType = NodeType::iterator;
  198   using ChildIteratorType = NodeType::const_iterator;