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

#include "llvm/CodeGen/MachineBasicBlock.h"

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

Public Types

using NodeRef = MachineBasicBlock *
 
using ChildIteratorType = MachineBasicBlock::succ_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (MachineBasicBlock *BB)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

Definition at line 1253 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1255 of file MachineBasicBlock.h.

◆ NodeRef

Definition at line 1254 of file MachineBasicBlock.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1258 of file MachineBasicBlock.h.

References N.

◆ child_end()

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

Definition at line 1259 of file MachineBasicBlock.h.

References N.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< MachineBasicBlock * >::getEntryNode ( MachineBasicBlock BB)
inlinestatic

Definition at line 1257 of file MachineBasicBlock.h.


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