| 
    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 1396 of file MachineBasicBlock.h.
| using llvm::GraphTraits< Inverse< MachineBasicBlock * > >::ChildIteratorType = MachineBasicBlock::pred_iterator | 
Definition at line 1398 of file MachineBasicBlock.h.
| using llvm::GraphTraits< Inverse< MachineBasicBlock * > >::NodeRef = MachineBasicBlock * | 
Definition at line 1397 of file MachineBasicBlock.h.
      
  | 
  inlinestatic | 
Definition at line 1404 of file MachineBasicBlock.h.
References N.
      
  | 
  inlinestatic | 
Definition at line 1405 of file MachineBasicBlock.h.
References N.
      
  | 
  inlinestatic | 
Definition at line 1400 of file MachineBasicBlock.h.
References G.
      
  | 
  inlinestatic | 
Definition at line 1407 of file MachineBasicBlock.h.
References assert(), and llvm::MachineBasicBlock::getNumber().