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

Definitions

include/llvm/Analysis/CallGraph.h
  421   static ChildIteratorType child_end(NodeRef N) {
  442   static ChildIteratorType child_end(NodeRef N) {
include/llvm/CodeGen/MachineBasicBlock.h
  876   static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
include/llvm/IR/CFG.h
  304   static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
  314   static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
include/llvm/IR/ModuleSummaryIndex.h
 1387   static ChildIteratorType child_end(NodeRef N) {
lib/Analysis/BlockFrequencyInfoImpl.cpp
  673   static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
lib/Transforms/IPO/FunctionAttrs.cpp
  427   static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); }
unittests/ADT/DirectedGraphTest.cpp
   72   static ChildIteratorType child_end(NodeRef N) {
unittests/ADT/TestGraph.h
  243   static ChildIteratorType child_end(NodeRef Node) {