LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< Inverse< MemoryAccess * > > Struct Template Reference

#include <MemorySSA.h>

Public Types

using NodeRef = MemoryAccess *
 
using ChildIteratorType = MemoryAccess::iterator
 

Static Public Member Functions

static NodeRef getEntryNode (NodeRef N)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< Inverse< MemoryAccess * > >

Definition at line 917 of file MemorySSA.h.

Member Typedef Documentation

Definition at line 919 of file MemorySSA.h.

Definition at line 918 of file MemorySSA.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< Inverse< MemoryAccess * > >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 922 of file MemorySSA.h.

References llvm::Value::user_begin().

static ChildIteratorType llvm::GraphTraits< Inverse< MemoryAccess * > >::child_end ( NodeRef  N)
inlinestatic

Definition at line 923 of file MemorySSA.h.

References llvm::Value::user_end().

static NodeRef llvm::GraphTraits< Inverse< MemoryAccess * > >::getEntryNode ( NodeRef  N)
inlinestatic

Definition at line 921 of file MemorySSA.h.

References N.


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