LLVM 18.0.0git
|
Public Types | |
using | nodes_iterator = pointer_iterator< Function::const_iterator > |
![]() | |
using | NodeRef = const BasicBlock * |
using | ChildIteratorType = const_succ_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (DOTFuncMSSAInfo *CFGInfo) |
static nodes_iterator | nodes_begin (DOTFuncMSSAInfo *CFGInfo) |
static nodes_iterator | nodes_end (DOTFuncMSSAInfo *CFGInfo) |
static size_t | size (DOTFuncMSSAInfo *CFGInfo) |
![]() | |
static NodeRef | getEntryNode (const BasicBlock *BB) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 2233 of file MemorySSA.cpp.
using llvm::GraphTraits< DOTFuncMSSAInfo * >::nodes_iterator = pointer_iterator<Function::const_iterator> |
Definition at line 2239 of file MemorySSA.cpp.
|
inlinestatic |
Definition at line 2234 of file MemorySSA.cpp.
References llvm::Function::getEntryBlock(), and DOTFuncMSSAInfo::getFunction().
|
inlinestatic |
Definition at line 2241 of file MemorySSA.cpp.
References llvm::Function::begin(), and DOTFuncMSSAInfo::getFunction().
|
inlinestatic |
Definition at line 2245 of file MemorySSA.cpp.
References llvm::Function::end(), and DOTFuncMSSAInfo::getFunction().
|
inlinestatic |
Definition at line 2249 of file MemorySSA.cpp.
References DOTFuncMSSAInfo::getFunction(), and llvm::Function::size().