|
LLVM
4.0.0
|
#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) |
Definition at line 917 of file MemorySSA.h.
| using llvm::GraphTraits< Inverse< MemoryAccess * > >::ChildIteratorType = MemoryAccess::iterator |
Definition at line 919 of file MemorySSA.h.
| using llvm::GraphTraits< Inverse< MemoryAccess * > >::NodeRef = MemoryAccess * |
Definition at line 918 of file MemorySSA.h.
|
inlinestatic |
Definition at line 922 of file MemorySSA.h.
References llvm::Value::user_begin().
|
inlinestatic |
Definition at line 923 of file MemorySSA.h.
References llvm::Value::user_end().
|
inlinestatic |
Definition at line 921 of file MemorySSA.h.
References N.
1.8.6