reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
313 RegionNodeGraphTraits(RegionNode, BasicBlock, Region);
include/llvm/CodeGen/MachineBasicBlock.h875 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/IR/CFG.h303 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } 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/Transforms/Vectorize/VPlan.h 1345 static inline ChildIteratorType child_begin(NodeRef N) {
tools/clang/include/clang/Analysis/CallGraph.h191 static ChildIteratorType child_begin(NodeType *N) { return N->begin(); } 201 static ChildIteratorType child_begin(NodeType *N) { return N->begin();}