LLVM API Documentation
#include <MachineFunction.h>


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) |
| static unsigned | size (MachineFunction *F) |
Definition at line 486 of file MachineFunction.h.
Definition at line 493 of file MachineFunction.h.
| static NodeType* llvm::GraphTraits< MachineFunction * >::getEntryNode | ( | MachineFunction * | F | ) | [inline, static] |
Definition at line 488 of file MachineFunction.h.
References llvm::MachineFunction::front().
| static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_begin | ( | MachineFunction * | F | ) | [inline, static] |
Definition at line 494 of file MachineFunction.h.
References llvm::MachineFunction::begin().
| static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_end | ( | MachineFunction * | F | ) | [inline, static] |
Definition at line 495 of file MachineFunction.h.
References llvm::MachineFunction::end().
| static unsigned llvm::GraphTraits< MachineFunction * >::size | ( | MachineFunction * | F | ) | [inline, static] |
Definition at line 496 of file MachineFunction.h.
References llvm::MachineFunction::size().