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

#include "llvm/IR/CFG.h"

Public Types

using NodeRef = BasicBlock *
 
using ChildIteratorType = pred_iterator
 

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::GraphTraits< Inverse< BasicBlock * > >

Definition at line 327 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 329 of file CFG.h.

◆ NodeRef

Definition at line 328 of file CFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 332 of file CFG.h.

References llvm::pred_begin().

◆ child_end()

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

Definition at line 333 of file CFG.h.

References llvm::pred_end().

◆ getEntryNode()

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

Definition at line 331 of file CFG.h.

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


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