LLVM 20.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 784 of file FunctionAttrs.cpp.
using llvm::GraphTraits< ArgumentGraphNode * >::ChildIteratorType = SmallVectorImpl<ArgumentGraphNode *>::iterator |
Definition at line 786 of file FunctionAttrs.cpp.
using llvm::GraphTraits< ArgumentGraphNode * >::NodeRef = ArgumentGraphNode * |
Definition at line 785 of file FunctionAttrs.cpp.
|
inlinestatic |
Definition at line 789 of file FunctionAttrs.cpp.
References N.
|
inlinestatic |
Definition at line 790 of file FunctionAttrs.cpp.
References N.
|
inlinestatic |
Definition at line 788 of file FunctionAttrs.cpp.
References A.