LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::RegionTraits< Function > Struct Template Reference

#include "llvm/Analysis/RegionInfo.h"

Public Types

using FuncT = Function
 
using BlockT = BasicBlock
 
using RegionT = Region
 
using RegionNodeT = RegionNode
 
using RegionInfoT = RegionInfo
 
using DomTreeT = DominatorTree
 
using DomTreeNodeT = DomTreeNode
 
using DomFrontierT = DominanceFrontier
 
using PostDomTreeT = PostDominatorTree
 
using InstT = Instruction
 
using LoopT = Loop
 
using LoopInfoT = LoopInfo
 

Static Public Member Functions

static unsigned getNumSuccessors (BasicBlock *BB)
 

Detailed Description

template<>
struct llvm::RegionTraits< Function >

Definition at line 87 of file RegionInfo.h.

Member Typedef Documentation

◆ BlockT

Definition at line 89 of file RegionInfo.h.

◆ DomFrontierT

Definition at line 95 of file RegionInfo.h.

◆ DomTreeNodeT

Definition at line 94 of file RegionInfo.h.

◆ DomTreeT

Definition at line 93 of file RegionInfo.h.

◆ FuncT

Definition at line 88 of file RegionInfo.h.

◆ InstT

Definition at line 97 of file RegionInfo.h.

◆ LoopInfoT

Definition at line 99 of file RegionInfo.h.

◆ LoopT

Definition at line 98 of file RegionInfo.h.

◆ PostDomTreeT

Definition at line 96 of file RegionInfo.h.

◆ RegionInfoT

Definition at line 92 of file RegionInfo.h.

◆ RegionNodeT

Definition at line 91 of file RegionInfo.h.

◆ RegionT

Definition at line 90 of file RegionInfo.h.

Member Function Documentation

◆ getNumSuccessors()

static unsigned llvm::RegionTraits< Function >::getNumSuccessors ( BasicBlock BB)
inlinestatic

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