LLVM
8.0.1
|
#include "llvm/CodeGen/MachineFunction.h"
Public Types | |
using | nodes_iterator = pointer_iterator< MachineFunction::const_iterator > |
Public Types inherited from llvm::GraphTraits< const MachineBasicBlock *> | |
using | NodeRef = typename const MachineBasicBlock *::UnknownGraphTypeError |
Static Public Member Functions | |
static NodeRef | getEntryNode (const MachineFunction *F) |
static nodes_iterator | nodes_begin (const MachineFunction *F) |
static nodes_iterator | nodes_end (const MachineFunction *F) |
static unsigned | size (const MachineFunction *F) |
Definition at line 971 of file MachineFunction.h.
using llvm::GraphTraits< const MachineFunction * >::nodes_iterator = pointer_iterator<MachineFunction::const_iterator> |
Definition at line 976 of file MachineFunction.h.
|
inlinestatic |
Definition at line 973 of file MachineFunction.h.
References llvm::MachineFunction::front().
|
inlinestatic |
Definition at line 978 of file MachineFunction.h.
References llvm::MachineFunction::begin().
|
inlinestatic |
Definition at line 982 of file MachineFunction.h.
References llvm::MachineFunction::end().
|
inlinestatic |
Definition at line 986 of file MachineFunction.h.
References llvm::MachineFunction::size().