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

#include "llvm/CodeGen/MachineBasicBlock.h"

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

template<>
struct llvm::GraphTraits< MachineBasicBlock * >

Definition at line 846 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 848 of file MachineBasicBlock.h.

◆ NodeRef

Definition at line 847 of file MachineBasicBlock.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 851 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::succ_begin().

◆ child_end()

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

Definition at line 852 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::succ_end().

◆ getEntryNode()

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

Definition at line 850 of file MachineBasicBlock.h.


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