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
  875   static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
  884   static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
  914   static ChildIteratorType child_begin(NodeRef N) { return N->pred_begin(); }
include/llvm/CodeGen/MachineDominators.h
  264   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
include/llvm/IR/CFG.h
  303   static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  313   static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  327   static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
include/llvm/IR/Dominators.h
  197   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
lib/Transforms/Vectorize/VPlan.h
 1345   static inline ChildIteratorType child_begin(NodeRef N) {
tools/clang/include/clang/Analysis/CFG.h
 1487   static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
tools/clang/include/clang/Analysis/CallGraph.h
  191   static ChildIteratorType child_begin(NodeType *N) { return N->begin();  }
  201   static ChildIteratorType child_begin(NodeType *N) { return N->begin();}