reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
417 static ChildIteratorType child_begin(NodeRef N) { 438 static ChildIteratorType child_begin(NodeRef N) {include/llvm/CodeGen/MachineBasicBlock.h
875 static ChildIteratorType child_begin(NodeRef N) { return N->succ_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/ModuleSummaryIndex.h
1377 static ChildIteratorType child_begin(NodeRef N) {
lib/Analysis/BlockFrequencyInfoImpl.cpp 672 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
lib/Transforms/IPO/FunctionAttrs.cpp 426 static ChildIteratorType child_begin(NodeRef N) { return N->Uses.begin(); }
unittests/ADT/DirectedGraphTest.cpp 69 static ChildIteratorType child_begin(NodeRef N) {
unittests/ADT/TestGraph.h 240 static ChildIteratorType child_begin(NodeRef Node) {