LLVM 23.0.0git
llvm::GraphTraits< Inverse< MemoryAccess * > > Struct Reference

#include "llvm/Analysis/MemorySSA.h"

Inheritance diagram for llvm::GraphTraits< Inverse< MemoryAccess * > >:
[legend]

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

Definition at line 1211 of file MemorySSA.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< Inverse< MemoryAccess * > >::ChildIteratorType = MemoryAccess::iterator

Definition at line 1213 of file MemorySSA.h.

◆ NodeRef

using llvm::GraphTraits< Inverse< MemoryAccess * > >::NodeRef = MemoryAccess *

Definition at line 1212 of file MemorySSA.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1216 of file MemorySSA.h.

References N.

◆ child_end()

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

Definition at line 1217 of file MemorySSA.h.

References N.

◆ getEntryNode()

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

Definition at line 1215 of file MemorySSA.h.

References N.


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