LLVM 22.0.0git
llvm::GraphTraits< MemoryAccess * > Struct Reference

GraphTraits for a MemoryAccess, which walks defs in the normal case, and uses in the inverse case. More...

#include "llvm/Analysis/MemorySSA.h"

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

Public Types

using NodeRef = MemoryAccess *
using ChildIteratorType = memoryaccess_def_iterator

Static Public Member Functions

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

Detailed Description

GraphTraits for a MemoryAccess, which walks defs in the normal case, and uses in the inverse case.

Definition at line 1202 of file MemorySSA.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< MemoryAccess * >::ChildIteratorType = memoryaccess_def_iterator

Definition at line 1204 of file MemorySSA.h.

◆ NodeRef

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

Definition at line 1203 of file MemorySSA.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1207 of file MemorySSA.h.

References N.

◆ child_end()

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

Definition at line 1208 of file MemorySSA.h.

References N.

◆ getEntryNode()

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

Definition at line 1206 of file MemorySSA.h.

References N.


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