|
LLVM 22.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 1412 of file MachineBasicBlock.h.
| using llvm::GraphTraits< Inverse< MachineBasicBlock * > >::ChildIteratorType = MachineBasicBlock::pred_iterator |
Definition at line 1414 of file MachineBasicBlock.h.
| using llvm::GraphTraits< Inverse< MachineBasicBlock * > >::NodeRef = MachineBasicBlock * |
Definition at line 1413 of file MachineBasicBlock.h.
|
inlinestatic |
Definition at line 1420 of file MachineBasicBlock.h.
References N.
|
inlinestatic |
Definition at line 1421 of file MachineBasicBlock.h.
References N.
|
inlinestatic |
Definition at line 1416 of file MachineBasicBlock.h.
References G.
|
inlinestatic |
Definition at line 1423 of file MachineBasicBlock.h.
References assert(), and llvm::MachineBasicBlock::getNumber().