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

References

include/llvm/ADT/GraphTraits.h
  120 iterator_range<typename GraphTraits<GraphType>::ChildIteratorType>
  121 children(const typename GraphTraits<GraphType>::NodeRef &G) {
  122   return make_range(GraphTraits<GraphType>::child_begin(G),
  123                     GraphTraits<GraphType>::child_end(G));
  128 inverse_children(const typename GraphTraits<GraphType>::NodeRef &G) {
include/llvm/Analysis/LoopInfoImpl.h
  172   typedef GraphTraits<BlockT *> BlockTraits;
  476   typedef GraphTraits<BlockT *> BlockTraits;
include/llvm/Support/GenericDomTree.h
  221   static_assert(std::is_pointer<typename GraphTraits<NodeT *>::NodeRef>::value,
lib/Transforms/Vectorize/VPlan.h
 1394 struct GraphTraits<VPRegionBlock *> : public GraphTraits<VPBlockBase *> {