18 #ifndef LLVM_ADT_GRAPHTRAITS_H
19 #define LLVM_ADT_GRAPHTRAITS_H
26 template<
class GraphType>
60 typedef typename GraphType::UnknownGraphTypeError
NodeType;
77 template <
class GraphType>
GraphTraits< T >::ChildIteratorType ChildIteratorType
GraphTraits< T >::NodeType NodeType
static ChildIteratorType child_begin(NodeType *N)
static ChildIteratorType child_end(NodeType *N)
GraphType::UnknownGraphTypeError NodeType
Inverse(const GraphType &G)
static NodeType * getEntryNode(Inverse< Inverse< T > > *G)