LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< Inverse< const MachineBasicBlock * > > Struct Reference

#include "llvm/CodeGen/MachineBasicBlock.h"

Inheritance diagram for llvm::GraphTraits< Inverse< const MachineBasicBlock * > >:
Inheritance graph
[legend]

Public Types

using NodeRef = const MachineBasicBlock *
 
using ChildIteratorType = MachineBasicBlock::const_pred_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (Inverse< const MachineBasicBlock * > G)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

Definition at line 1289 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1291 of file MachineBasicBlock.h.

◆ NodeRef

Definition at line 1290 of file MachineBasicBlock.h.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 1297 of file MachineBasicBlock.h.

References N.

◆ child_end()

static ChildIteratorType llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::child_end ( NodeRef  N)
inlinestatic

Definition at line 1298 of file MachineBasicBlock.h.

References N.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::getEntryNode ( Inverse< const MachineBasicBlock * >  G)
inlinestatic

Definition at line 1293 of file MachineBasicBlock.h.

References G.


The documentation for this struct was generated from the following file: