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

Definitions

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(); }
  902   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/CFGDiff.h
  181   static ChildIteratorType child_begin(NodeRef N) {
  235   static ChildIteratorType child_begin(NodeRef 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) {
 1377   static inline ChildIteratorType child_begin(NodeRef N) {
tools/clang/include/clang/Analysis/CFG.h
 1475   static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
 1502   static ChildIteratorType child_begin(NodeRef N) { return N->pred_begin(); }