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 587 of file FunctionAttrs.cpp.
using llvm::GraphTraits< ArgumentGraphNode * >::ChildIteratorType = SmallVectorImpl<ArgumentGraphNode *>::iterator |
Definition at line 589 of file FunctionAttrs.cpp.
using llvm::GraphTraits< ArgumentGraphNode * >::NodeRef = ArgumentGraphNode * |
Definition at line 588 of file FunctionAttrs.cpp.
|
inlinestatic |
Definition at line 592 of file FunctionAttrs.cpp.
References N.
|
inlinestatic |
Definition at line 593 of file FunctionAttrs.cpp.
References N.
|
inlinestatic |
Definition at line 591 of file FunctionAttrs.cpp.
References A.