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

References

include/llvm/ADT/GraphTraits.h
  123                     GraphTraits<GraphType>::child_end(G));
  130                     GraphTraits<Inverse<GraphType>>::child_end(G));
include/llvm/Analysis/LoopInfo.h
  228     auto PredEnd = GraphTraits<Inverse<BlockT *>>::child_end(Header);
include/llvm/Analysis/LoopInfoImpl.h
  445                                 InvBlockTraits::child_end(PredBB));