LLVM  8.0.1
Classes | Public Types | List of all members
llvm::GraphTraits< GraphType > Struct Template Reference

#include "llvm/ADT/GraphTraits.h"

Inheritance diagram for llvm::GraphTraits< GraphType >:
Inheritance graph
[legend]

Classes

struct  ChildIteratorType
 Add the VectorizableTree to the index iterator to be able to return TreeEntry pointers. More...
 

Public Types

using NodeRef = typename GraphType::UnknownGraphTypeError
 

Detailed Description

template<class GraphType>
struct llvm::GraphTraits< GraphType >

Definition at line 36 of file GraphTraits.h.

Member Typedef Documentation

◆ NodeRef

template<class GraphType>
using llvm::GraphTraits< GraphType >::NodeRef = typename GraphType::UnknownGraphTypeError

Definition at line 79 of file GraphTraits.h.


The documentation for this struct was generated from the following file: