LLVM 17.0.0git
|
#include "llvm/CodeGen/MachineFunction.h"
Public Types | |
using | nodes_iterator = pointer_iterator< MachineFunction::iterator > |
![]() | |
using | NodeRef = MachineBasicBlock * |
using | ChildIteratorType = MachineBasicBlock::succ_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (MachineFunction *F) |
static nodes_iterator | nodes_begin (MachineFunction *F) |
static nodes_iterator | nodes_end (MachineFunction *F) |
static unsigned | size (MachineFunction *F) |
![]() | |
static NodeRef | getEntryNode (MachineBasicBlock *BB) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 1283 of file MachineFunction.h.
using llvm::GraphTraits< MachineFunction * >::nodes_iterator = pointer_iterator<MachineFunction::iterator> |
Definition at line 1288 of file MachineFunction.h.
|
inlinestatic |
Definition at line 1285 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1290 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1294 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1298 of file MachineFunction.h.
References F.