LLVM 20.0.0git
|
#include "llvm/CodeGen/MachineBasicBlock.h"
Public Types | |
using | NodeRef = MachineBasicBlock * |
using | ChildIteratorType = MachineBasicBlock::pred_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (Inverse< MachineBasicBlock * > G) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static unsigned | getNumber (MachineBasicBlock *BB) |
Definition at line 1333 of file MachineBasicBlock.h.
using llvm::GraphTraits< Inverse< MachineBasicBlock * > >::ChildIteratorType = MachineBasicBlock::pred_iterator |
Definition at line 1335 of file MachineBasicBlock.h.
using llvm::GraphTraits< Inverse< MachineBasicBlock * > >::NodeRef = MachineBasicBlock * |
Definition at line 1334 of file MachineBasicBlock.h.
|
inlinestatic |
Definition at line 1341 of file MachineBasicBlock.h.
References N.
|
inlinestatic |
Definition at line 1342 of file MachineBasicBlock.h.
References N.
|
inlinestatic |
Definition at line 1337 of file MachineBasicBlock.h.
References G.
|
inlinestatic |
Definition at line 1344 of file MachineBasicBlock.h.
References assert(), and llvm::MachineBasicBlock::getNumber().