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

Definitions

include/llvm/Analysis/CallGraph.h
  417   static ChildIteratorType child_begin(NodeRef N) {
include/llvm/Analysis/RegionIterator.h
  313 RegionNodeGraphTraits(RegionNode, BasicBlock, Region);
include/llvm/CodeGen/MachineBasicBlock.h
  884   static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
include/llvm/CodeGen/ScheduleDAG.h
  667     static ChildIteratorType child_begin(NodeRef N) {
include/llvm/CodeGen/SelectionDAGNodes.h
 2568   static ChildIteratorType child_begin(NodeRef N) {
include/llvm/IR/CFG.h
  313   static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
include/llvm/IR/Dominators.h
  197   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
lib/Analysis/BlockFrequencyInfo.cpp
  107   static ChildIteratorType child_begin(const NodeRef N) {
lib/CodeGen/MachineBlockFrequencyInfo.cpp
   96   static ChildIteratorType child_begin(const NodeRef N) {
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1759   static ChildIteratorType child_begin(const NodeRef N) {
lib/Transforms/Vectorize/SLPVectorizer.cpp
 2006   static ChildIteratorType child_begin(NodeRef N) {
tools/clang/include/clang/AST/StmtGraphTraits.h
   56   static 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
  201   static ChildIteratorType child_begin(NodeType *N) { return N->begin();}
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  524     static ChildIteratorType child_begin(NodeRef N) {
tools/clang/lib/Serialization/ModuleManager.cpp
  471     static ChildIteratorType child_begin(NodeRef Node) {