LLVM 22.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 unsigned | getMaxNumber (MachineFunction *F) |
static unsigned | getNumberEpoch (MachineFunction *F) |
![]() | |
static NodeRef | getEntryNode (MachineBasicBlock *BB) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static unsigned | getNumber (MachineBasicBlock *BB) |
Definition at line 1493 of file MachineFunction.h.
using llvm::GraphTraits< MachineFunction * >::nodes_iterator = pointer_iterator<MachineFunction::iterator> |
Definition at line 1498 of file MachineFunction.h.
|
inlinestatic |
Definition at line 1495 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1510 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1513 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1500 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1504 of file MachineFunction.h.
References F.
|
inlinestatic |
Definition at line 1508 of file MachineFunction.h.
References F.