LLVM 20.0.0git
|
Public Types | |
using | nodes_iterator = pointer_iterator< Function::const_iterator > |
Public Types inherited from llvm::GraphTraits< const BasicBlock * > | |
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 Public Member Functions inherited from llvm::GraphTraits< const BasicBlock * > | |
static NodeRef | getEntryNode (const BasicBlock *BB) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static unsigned | getNumber (const BasicBlock *BB) |
Definition at line 2296 of file MemorySSA.cpp.
using llvm::GraphTraits< DOTFuncMSSAInfo * >::nodes_iterator = pointer_iterator<Function::const_iterator> |
Definition at line 2302 of file MemorySSA.cpp.
|
inlinestatic |
Definition at line 2297 of file MemorySSA.cpp.
References llvm::Function::getEntryBlock(), and DOTFuncMSSAInfo::getFunction().
|
inlinestatic |
Definition at line 2304 of file MemorySSA.cpp.
References llvm::Function::begin(), and DOTFuncMSSAInfo::getFunction().
|
inlinestatic |
Definition at line 2308 of file MemorySSA.cpp.
References llvm::Function::end(), and DOTFuncMSSAInfo::getFunction().
|
inlinestatic |
Definition at line 2312 of file MemorySSA.cpp.
References DOTFuncMSSAInfo::getFunction(), and llvm::Function::size().