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

#include "llvm/CodeGen/MachineBasicBlock.h"

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

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

Definition at line 882 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 884 of file MachineBasicBlock.h.

◆ NodeRef

Definition at line 883 of file MachineBasicBlock.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 890 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_begin().

◆ child_end()

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

Definition at line 891 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_end().

◆ getEntryNode()

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

Definition at line 886 of file MachineBasicBlock.h.

References llvm::Inverse< GraphType >::Graph.


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