LLVM 18.0.0git
|
#include "llvm/CodeGen/MachineFunction.h"
Public Types | |
using | nodes_iterator = pointer_iterator< MachineFunction::const_iterator > |
![]() | |
using | NodeRef = const MachineBasicBlock * |
using | ChildIteratorType = MachineBasicBlock::const_succ_iterator |
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) |
![]() | |
static NodeRef | getEntryNode (const MachineBasicBlock *BB) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 1388 of file MachineFunction.h.
using llvm::GraphTraits< const MachineFunction * >::nodes_iterator = pointer_iterator<MachineFunction::const_iterator> |
Definition at line 1393 of file MachineFunction.h.
|
inlinestatic |
Definition at line 1390 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1395 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1399 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1403 of file MachineFunction.h.
References F.