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

Definitions

include/llvm/CodeGen/MachineBasicBlock.h
  872   using ChildIteratorType = MachineBasicBlock::succ_iterator;
  881   using ChildIteratorType = MachineBasicBlock::const_succ_iterator;
  896   using ChildIteratorType = MachineBasicBlock::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;
 1356   using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::const_iterator;
tools/clang/include/clang/Analysis/CFG.h
 1472   using ChildIteratorType = ::clang::CFGBlock::succ_iterator;
 1496   using ChildIteratorType = ::clang::CFGBlock::const_pred_iterator;