LLVM
8.0.1
|
GraphTraits for a MemoryAccess, which walks defs in the normal case, and uses in the inverse case. More...
#include "llvm/Analysis/MemorySSA.h"
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) |
GraphTraits for a MemoryAccess, which walks defs in the normal case, and uses in the inverse case.
Definition at line 1146 of file MemorySSA.h.
Definition at line 1148 of file MemorySSA.h.
using llvm::GraphTraits< MemoryAccess * >::NodeRef = MemoryAccess * |
Definition at line 1147 of file MemorySSA.h.
|
inlinestatic |
Definition at line 1151 of file MemorySSA.h.
References llvm::MemoryAccess::defs_begin().
|
inlinestatic |
Definition at line 1152 of file MemorySSA.h.
References llvm::MemoryAccess::defs_end().
|
inlinestatic |
Definition at line 1150 of file MemorySSA.h.
References N.