LLVM API Documentation

Public Types | Static Public Member Functions
llvm::RegionTraits< Function > Struct Template Reference

#include <RegionInfo.h>

List of all members.

Public Types

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

Static Public Member Functions

static unsigned getNumSuccessors (BasicBlock *BB)

Detailed Description

template<>
struct llvm::RegionTraits< Function >

Definition at line 78 of file RegionInfo.h.


Member Typedef Documentation

Definition at line 80 of file RegionInfo.h.

Definition at line 86 of file RegionInfo.h.

Definition at line 85 of file RegionInfo.h.

Definition at line 84 of file RegionInfo.h.

Definition at line 79 of file RegionInfo.h.

Definition at line 88 of file RegionInfo.h.

Definition at line 90 of file RegionInfo.h.

Definition at line 89 of file RegionInfo.h.

Definition at line 87 of file RegionInfo.h.

Definition at line 83 of file RegionInfo.h.

Definition at line 82 of file RegionInfo.h.

Definition at line 81 of file RegionInfo.h.


Member Function Documentation

static unsigned llvm::RegionTraits< Function >::getNumSuccessors ( BasicBlock BB) [inline, static]

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