LLVM API Documentation

Public Types | |
| typedef ArgumentGraphNode | NodeType |
| typedef SmallVectorImpl < ArgumentGraphNode * > ::iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (NodeType *A) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 371 of file FunctionAttrs.cpp.
| typedef SmallVectorImpl<ArgumentGraphNode*>::iterator llvm::GraphTraits< ArgumentGraphNode * >::ChildIteratorType |
Definition at line 373 of file FunctionAttrs.cpp.
| typedef ArgumentGraphNode llvm::GraphTraits< ArgumentGraphNode * >::NodeType |
Definition at line 372 of file FunctionAttrs.cpp.
| static ChildIteratorType llvm::GraphTraits< ArgumentGraphNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 376 of file FunctionAttrs.cpp.
| static ChildIteratorType llvm::GraphTraits< ArgumentGraphNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 379 of file FunctionAttrs.cpp.
| static NodeType* llvm::GraphTraits< ArgumentGraphNode * >::getEntryNode | ( | NodeType * | A | ) | [inline, static] |
Definition at line 375 of file FunctionAttrs.cpp.
References llvm::ARM_PROC::A.