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

Definitions

include/llvm/Analysis/DDG.h
  360   static ChildIteratorType child_begin(NodeRef N) {
include/llvm/Analysis/LoopInfo.h
 1169   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
 1178   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
include/llvm/Analysis/RegionIterator.h
  313 RegionNodeGraphTraits(RegionNode, BasicBlock, Region);
  314 RegionNodeGraphTraits(const 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(); }
include/llvm/CodeGen/MachineDominators.h
  264   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
include/llvm/CodeGen/MachineLoopInfo.h
  192   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
include/llvm/CodeGen/MachineRegionInfo.h
  129 RegionNodeGraphTraits(MachineRegionNode, MachineBasicBlock, MachineRegion);
  130 RegionNodeGraphTraits(const MachineRegionNode, MachineBasicBlock,
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); }
  336   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) {
 1360   static inline ChildIteratorType child_begin(NodeRef N) {
tools/clang/include/clang/AST/StmtGraphTraits.h
   56   static ChildIteratorType child_begin(NodeRef N) {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  524     static ChildIteratorType child_begin(NodeRef N) {
unittests/ADT/TestGraph.h
  240   static ChildIteratorType child_begin(NodeRef Node) {