LLVM API Documentation
#include <MachineFunction.h>
Inheritance diagram for llvm::GraphTraits< MachineFunction * >:
Public Types | |
typedef MachineFunction::iterator | nodes_iterator |
Static Public Member Functions | |
static NodeType * | getEntryNode (MachineFunction *F) |
static nodes_iterator | nodes_begin (MachineFunction *F) |
static nodes_iterator | nodes_end (MachineFunction *F) |
Definition at line 329 of file MachineFunction.h.
Definition at line 336 of file MachineFunction.h.
static NodeType* llvm::GraphTraits< MachineFunction * >::getEntryNode | ( | MachineFunction * | F | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_begin | ( | MachineFunction * | F | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_end | ( | MachineFunction * | F | ) | [inline, static] |