LLVM 17.0.0git
|
Public Types | |
using | NodeRef = ArgumentGraphNode * |
using | ChildIteratorType = SmallVectorImpl< ArgumentGraphNode * >::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef A) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 555 of file FunctionAttrs.cpp.
using llvm::GraphTraits< ArgumentGraphNode * >::ChildIteratorType = SmallVectorImpl<ArgumentGraphNode *>::iterator |
Definition at line 557 of file FunctionAttrs.cpp.
using llvm::GraphTraits< ArgumentGraphNode * >::NodeRef = ArgumentGraphNode * |
Definition at line 556 of file FunctionAttrs.cpp.
|
inlinestatic |
Definition at line 560 of file FunctionAttrs.cpp.
References N.
|
inlinestatic |
Definition at line 561 of file FunctionAttrs.cpp.
References N.
|
inlinestatic |
Definition at line 559 of file FunctionAttrs.cpp.
References A.